[arch-commits] Commit in pigeonhole/trunk (PKGBUILD dovecot.conf)

Thore Bödecker foxxx0 at archlinux.org
Wed Mar 28 07:39:22 UTC 2018


    Date: Wednesday, March 28, 2018 @ 07:39:21
  Author: foxxx0
Revision: 313067

upgpkg: pigeonhole 0.5.1-1

update to 0.5.1 for dovecot 2.3.1

Modified:
  pigeonhole/trunk/PKGBUILD
Deleted:
  pigeonhole/trunk/dovecot.conf

--------------+
 PKGBUILD     |   29 ++++++++++++++---------------
 dovecot.conf |    1 -
 2 files changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 07:39:14 UTC (rev 313066)
+++ PKGBUILD	2018-03-28 07:39:21 UTC (rev 313067)
@@ -1,6 +1,7 @@
 # $Id$
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# 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>
@@ -8,12 +9,12 @@
 # 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.3.0.1
+_dcpkgver=2.3.1
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.5.0.1
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
 url='http://pigeonhole.dovecot.org/'
@@ -20,22 +21,21 @@
 arch=('x86_64')
 license=('LGPL')
 
-depends=('dovecot='$_dcpkgver)
+depends=("dovecot=${_dcpkgver}")
 
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-$pkgver.tar.gz"{,.sig}
-        dovecot.conf)
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
 
-sha256sums=('56356d14b10c45aa472074e85bfc582c2f08a15a43ecf24f481df39b206efad2'
-            'SKIP'
-            'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+sha256sums=('e3b0aa59261881bcb0d33a6c398f3cb5f9f75e077e67bae175cf33c362577547'
+            'SKIP')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch <stephan at rename-it.nl>
 
 build() {
-  cd dovecot-2.3-pigeonhole-$pkgver
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
 
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --with-dovecot=/usr/lib/dovecot \
     --with-moduledir=/usr/lib/dovecot/modules \
     --disable-static
@@ -43,13 +43,12 @@
 }
 
 check() {
-  cd dovecot-2.3-pigeonhole-$pkgver
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
   make check
 }
 
 package() {
-  cd dovecot-2.3-pigeonhole-$pkgver
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
 
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
 }

Deleted: dovecot.conf
===================================================================
--- dovecot.conf	2018-03-28 07:39:14 UTC (rev 313066)
+++ dovecot.conf	2018-03-28 07:39:21 UTC (rev 313067)
@@ -1 +0,0 @@
-/usr/lib/dovecot



More information about the arch-commits mailing list