[arch-commits] Commit in pigeonhole/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Mon Feb 27 08:51:39 UTC 2017
Date: Monday, February 27, 2017 @ 08:51:38
Author: demize
Revision: 214006
upgpkg: pigeonhole 0.4.17-1
Modified:
pigeonhole/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-27 08:39:00 UTC (rev 214005)
+++ PKGBUILD 2017-02-27 08:51:38 UTC (rev 214006)
@@ -1,5 +1,6 @@
# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
# Contributor: Andreas Radke <andyrtr at archlinux.org>
# Contributor: Peter Lewis <plewis at aur.archlinux.org>
# Contributor: Sebastian Köhler <sebkoehler at whoami.org.uk>
@@ -7,27 +8,32 @@
# This must be built against the version of dovecot being used,
# else mail delivery will fail.
# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.27
+_dcpkgver=2.2.28
# Make sure to bump pkgrel if changing this.
pkgname=pigeonhole
-pkgver=0.4.16
-pkgrel=2
+pkgver=0.4.17
+pkgrel=1
+
pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
arch=('i686' 'x86_64')
-url='http://pigeonhole.dovecot.org/'
license=('LGPL')
+
depends=('dovecot='$_dcpkgver)
+
conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=(http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
+
+source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
dovecot.conf)
-sha256sums=('8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234'
+
+sha256sums=('74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3'
'SKIP'
'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at rename-it.nl>
build() {
- cd dovecot-2.2-$pkgname-$pkgver
+ cd dovecot-2.2-pigeonhole-$pkgver
./configure --prefix=/usr \
--with-dovecot=/usr/lib/dovecot \
@@ -37,12 +43,12 @@
}
check() {
- cd dovecot-2.2-$pkgname-$pkgver
+ cd dovecot-2.2-pigeonhole-$pkgver
make check
}
package() {
- cd dovecot-2.2-$pkgname-$pkgver
+ cd dovecot-2.2-pigeonhole-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
More information about the arch-commits
mailing list