summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2016-01-13 20:20:01 +0100
committerrunnytu2016-01-13 20:20:01 +0100
commitaf94215fc0a640f9920f4fec0e4d59665ab44f58 (patch)
treedc250a94da09bbd3e98e856884225fdb56e415eb
parent9933e1b6fb4d516c8813b2397218e4f60d73e068 (diff)
downloadaur-af94215fc0a640f9920f4fec0e4d59665ab44f58.tar.gz
Update to 0.66.4-2 fix services file stop command
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--authdaemond.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc7bd5820b3..6090ab71af77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = courier-authlib
pkgdesc = Authentification library for the courier mailserver(s)
pkgver = 0.66.4
- pkgrel = 1
+ pkgrel = 2
url = http://courier-mta.org/authlib/
install = courier-authlib.install
arch = i686
@@ -33,7 +33,7 @@ pkgbase = courier-authlib
source = authdaemond.service
sha512sums = 0987bc9d33a013ae842e0ea3e4e83ef9d6196c2f923a6970e049a36b8ccddbf0c4465c43c7e27d6718480e981f573795f6417478de1ff685264f3439e8dffdc9
sha512sums = 6fa87f52a3a26ae470bc28f9ff6d5f7c16afc5ccaf0d3209378e7339271d568dc59ca9fc9d0b5bbfc4155e76702f5de18899237252860a4a3636eabb94a770d7
- sha512sums = 6d0ed01836fd397ce7e34b0eb892e349c2e3dd092c2250dbb1d2db4a9ce41d1dbd072d53fbc9d378fdde87e71fa317a919ddb47835416c7e2b6ba45bd8bd25e2
+ sha512sums = 923b501bd250068956d304c2ab922af4e22f2828eae9fb17dc5945bbd2af3d0eb641ba8783a91a20f970bdda95e97f6ef2801e0b50d767c626ca38de6cb140b4
pkgname = courier-authlib
diff --git a/PKGBUILD b/PKGBUILD
index ce5be93fa6dc..d452270d0a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=courier-authlib
pkgver=0.66.4
-pkgrel=1
+pkgrel=2
pkgdesc="Authentification library for the courier mailserver(s)"
arch=(i686 x86_64)
license=('GPL2')
@@ -27,7 +27,7 @@ source=(http://downloads.sourceforge.net/project/courier/authlib/${pkgver}/${pkg
authdaemond.service)
sha512sums=('0987bc9d33a013ae842e0ea3e4e83ef9d6196c2f923a6970e049a36b8ccddbf0c4465c43c7e27d6718480e981f573795f6417478de1ff685264f3439e8dffdc9'
'6fa87f52a3a26ae470bc28f9ff6d5f7c16afc5ccaf0d3209378e7339271d568dc59ca9fc9d0b5bbfc4155e76702f5de18899237252860a4a3636eabb94a770d7'
- '6d0ed01836fd397ce7e34b0eb892e349c2e3dd092c2250dbb1d2db4a9ce41d1dbd072d53fbc9d378fdde87e71fa317a919ddb47835416c7e2b6ba45bd8bd25e2')
+ '923b501bd250068956d304c2ab922af4e22f2828eae9fb17dc5945bbd2af3d0eb641ba8783a91a20f970bdda95e97f6ef2801e0b50d767c626ca38de6cb140b4')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/authdaemond.service b/authdaemond.service
index cd780caf0018..9973d5801437 100644
--- a/authdaemond.service
+++ b/authdaemond.service
@@ -4,7 +4,7 @@ Description=Courier Authentification Daemon
[Service]
Type=forking
ExecStart=/usr/bin/authdaemond start
-ExecStop=/usr/bin/authdaemon stop
+ExecStop=/usr/bin/authdaemond stop
PIDFile=/var/run/authdaemon/pid
[Install]