diff options
Diffstat (limited to 'community/pam_mysql/PKGBUILD')
-rw-r--r-- | community/pam_mysql/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD index 10da943ae..305786f7b 100644 --- a/community/pam_mysql/PKGBUILD +++ b/community/pam_mysql/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87013 2013-03-25 19:16:54Z bpiotrowski $ +# $Id: PKGBUILD 99946 2013-10-31 02:37:33Z allan $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arjan Timmerman<arjan@archlinux.org> # Contributor: Manolis Tzanidakis @@ -12,7 +12,6 @@ url="http://pam-mysql.sourceforge.net" depends=('pam' 'mariadb' 'openssl') source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz) md5sums=('6177183d7e98dc12f2e444c9fbd4f13c') -options=(!libtool) build() { cd $srcdir/$pkgname-$pkgver |