diff options
Diffstat (limited to 'community/libdbi-drivers')
-rw-r--r-- | community/libdbi-drivers/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD index d69d86823..1747f96fc 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87120 2013-03-27 15:21:01Z ttoepper $ +# $Id: PKGBUILD 99828 2013-10-31 01:57:20Z allan $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Olivier Médoc <o_medoc@yahoo.fr> # Contributor: Ashok `ScriptDevil` Gautham <ScriptDevil.Arch@gmail.com> @@ -16,7 +16,6 @@ optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql " "sqlite3: To work with sqlite3 using libdbdsqlite3" "libmariadbclient: To work with mysql using libdbdmysql" "sqlite2: To work with sqlite2 using libdbdsqlite") -options=(!libtool) install=libdbi-drivers.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d') |