diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/pam_mysql/PKGBUILD | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/pam_mysql/PKGBUILD')
-rw-r--r-- | community/pam_mysql/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD index 42cefbd84..077df93d3 100644 --- a/community/pam_mysql/PKGBUILD +++ b/community/pam_mysql/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 70353 2012-05-04 23:55:09Z allan $ +# $Id: PKGBUILD 87013 2013-03-25 19:16:54Z bpiotrowski $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arjan Timmerman<arjan@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=pam_mysql pkgver=0.7RC1 -pkgrel=6 +pkgrel=7 pkgdesc="A PAM module to authenticate users against mysql." arch=(i686 x86_64) license=('GPL') url="http://pam-mysql.sourceforge.net" -depends=('pam' 'mysql' 'openssl') +depends=('pam' 'mariadb' 'openssl') source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz) md5sums=('6177183d7e98dc12f2e444c9fbd4f13c') options=(!libtool) |