summaryrefslogtreecommitdiff
path: root/community/libsieve
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-16 12:30:02 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-16 12:30:02 +0200
commitfb62b6371fdc9ffe50d30c698f13ea1fb39c215b (patch)
treeb65df8847849e9c0e61f6dbec966948b102e14fa /community/libsieve
parent17816ffb0849295b8a1ee5fecb008f3a26bf0545 (diff)
parentf186b4cb8562b60dd4e1f5331f248caf547c8839 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/perl-params-util/PKGBUILD extra/xfce4-mixer/PKGBUILD kde-unstable/libkcddb/PKGBUILD staging/xine-lib/PKGBUILD
Diffstat (limited to 'community/libsieve')
-rw-r--r--community/libsieve/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libsieve/PKGBUILD b/community/libsieve/PKGBUILD
index bcdc8933f..cc8a4d6f8 100644
--- a/community/libsieve/PKGBUILD
+++ b/community/libsieve/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 66205 2012-02-23 03:19:36Z spupykin $
+# $Id: PKGBUILD 72453 2012-06-14 19:07:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libsieve
-pkgver=2.2.7
-pkgrel=3
+pkgver=2.3.1
+pkgrel=1
pkgdesc="sieve interpretator lib"
arch=(i686 x86_64 'mips64el')
url="http://libsieve.sourceforge.net/"
license=('GPL')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libsieve/libsieve-$pkgver.tar.gz)
-md5sums=('7415e7cfe40cfc6cf43ae26efb5f0fb7')
+source=("https://github.com/downloads/sodabrew/libsieve/libsieve-$pkgver.tar.gz")
+md5sums=('bb48eecf877cc7fdb2b0dfe757b48d7a')
build() {
- cd "$srcdir/$pkgname-$pkgver/src"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
make DESTDIR="$pkgdir/" install