diff options
-rw-r--r-- | courier-authlib-devel/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD index aa8b662f7..26911c7fd 100644 --- a/courier-authlib-devel/PKGBUILD +++ b/courier-authlib-devel/PKGBUILD @@ -9,7 +9,7 @@ pkgname=courier-authlib-devel _pkgname=${pkgname%-*} pkgver=0.71.4.20220416 -pkgrel=27 +pkgrel=28 pkgdesc="Authentication library for the Courier mailserver(s)" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -26,7 +26,7 @@ _pinned_dependencies=( 'libpam.so=0' 'libpq.so=5' 'libsqlite3.so=0' - 'libtool=2.5.0+14+g9a4a0261' + 'libtool=2.5.1' ) depends=('openssl' 'perl' 'expect' 'courier-unicode>=2.1' "${_pinned_dependencies[@]}") makedepends=('libldap') |