summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2015-07-10 21:23:14 +0200
committerrunnytu2015-07-10 21:23:14 +0200
commit700cc621c0f34ddac15a7f570fcef2d4389d67cc (patch)
tree46e370770b8905704c1352c28cf3dc1f54f404ee
parenta23119ef9d66a4e862c7df8e44ab4a350602e805 (diff)
downloadaur-700cc621c0f34ddac15a7f570fcef2d4389d67cc.tar.gz
Update to 0.66.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119dd83bc843..211ea4e3630b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = courier-authlib
pkgdesc = Authentification library for the courier mailserver(s)
- pkgver = 0.66.2
+ pkgver = 0.66.3
pkgrel = 1
url = http://courier-mta.org/authlib/
install = courier-authlib.install
@@ -17,7 +17,7 @@ pkgbase = courier-authlib
depends = perl
depends = libtool
depends = expect
- depends = courier-unicode>=1.2
+ depends = courier-unicode>=1.3
optdepends = sqlite: With support for the authsqlite authentication module
optdepends = libmariadbclient: With support for the authmysql authentication module
optdepends = libldap: With support for the authldap authentication module
@@ -28,10 +28,10 @@ pkgbase = courier-authlib
backup = etc/authlib/authldaprc
backup = etc/authlib/authmysqlrc
backup = etc/authlib/authpgsqlrc
- source = http://downloads.sourceforge.net/project/courier/authlib/0.66.2/courier-authlib-0.66.2.tar.bz2
+ source = http://downloads.sourceforge.net/project/courier/authlib/0.66.3/courier-authlib-0.66.3.tar.bz2
source = courier-authlib.tmpfiles
source = authdaemond.service
- sha512sums = 8633fca7553fa442aecca2af6a65aa72db8452180b86e84ef768148d9f4c1de5cab5325450c879d0ce4d5692ac8df4eefd06c60c3af911cee96d1dd012066cfe
+ sha512sums = 09d97c8efc79d84437feefca13f5161c0e113864b9c971a4a980b359c9c14699f8d07eac6b52ac0a7d30f9770656e672f64c3445ecf4dcad88f51a427310d530
sha512sums = 6fa87f52a3a26ae470bc28f9ff6d5f7c16afc5ccaf0d3209378e7339271d568dc59ca9fc9d0b5bbfc4155e76702f5de18899237252860a4a3636eabb94a770d7
sha512sums = 6d0ed01836fd397ce7e34b0eb892e349c2e3dd092c2250dbb1d2db4a9ce41d1dbd072d53fbc9d378fdde87e71fa317a919ddb47835416c7e2b6ba45bd8bd25e2
diff --git a/PKGBUILD b/PKGBUILD
index 2a861450f695..560e9a44a351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=courier-authlib
-pkgver=0.66.2
+pkgver=0.66.3
pkgrel=1
pkgdesc="Authentification library for the courier mailserver(s)"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ license=('GPL2')
url="http://courier-mta.org/authlib/"
backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \
'etc/authlib/authmysqlrc' 'etc/authlib/authpgsqlrc')
-depends=('openssl' 'gdbm' 'perl' 'libtool' 'expect' 'courier-unicode>=1.2')
+depends=('openssl' 'gdbm' 'perl' 'libtool' 'expect' 'courier-unicode>=1.3')
makedepends=('expect' 'pam' 'libldap' 'libmysqlclient' 'postgresql-libs>=8.3.0')
optdepends=('sqlite: With support for the authsqlite authentication module'
'libmariadbclient: With support for the authmysql authentication module'
@@ -22,10 +22,10 @@ optdepends=('sqlite: With support for the authsqlite authentication module'
'pam: With support for the authpam authentication module')
options=(!libtool)
install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/courier/authlib/0.66.2/${pkgname}-${pkgver}.tar.bz2
+source=(http://downloads.sourceforge.net/project/courier/authlib/${pkgver}/${pkgname}-${pkgver}.tar.bz2
courier-authlib.tmpfiles
authdaemond.service)
-sha512sums=('8633fca7553fa442aecca2af6a65aa72db8452180b86e84ef768148d9f4c1de5cab5325450c879d0ce4d5692ac8df4eefd06c60c3af911cee96d1dd012066cfe'
+sha512sums=('09d97c8efc79d84437feefca13f5161c0e113864b9c971a4a980b359c9c14699f8d07eac6b52ac0a7d30f9770656e672f64c3445ecf4dcad88f51a427310d530'
'6fa87f52a3a26ae470bc28f9ff6d5f7c16afc5ccaf0d3209378e7339271d568dc59ca9fc9d0b5bbfc4155e76702f5de18899237252860a4a3636eabb94a770d7'
'6d0ed01836fd397ce7e34b0eb892e349c2e3dd092c2250dbb1d2db4a9ce41d1dbd072d53fbc9d378fdde87e71fa317a919ddb47835416c7e2b6ba45bd8bd25e2')