summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a20aa086b8b..94335b0fa3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrea Girotto <andrea (dot) girotto (at) gmail (dot) com>
pkgname=guile-dbd-postgresql
-pkgver=2.1.4
-pkgrel=2
+pkgver=2.1.6
+pkgrel=1
pkgdesc='guile-dbi database driver postgresql'
arch=(i686 x86_64)
license=(GPL2)
@@ -9,16 +9,21 @@ depends=('guile-dbi>=2.1.2' postgresql-libs)
url=http://home.gna.org/guile-dbi/
source=(archlinux.patch
http://download.gna.org/guile-dbi/${pkgname}-${pkgver}.tar.gz)
-md5sums=('df216c4714ee3d7994c61e06b8767b43'
- '18a7b642570bf251ebe9255745fb5afd')
+md5sums=('12e77b8ad0c512571a1be829c5e045e6'
+ '93e6271b4b9ad9abac3fa16cd0b114ad')
build(){
cd ${srcdir}
patch -p0 < archlinux.patch
cd ${srcdir}/${pkgname}-${pkgver}
+ libtoolize
+ aclocal
+ autoscan
+ autoheader
+ automake
+ autoconf
./configure --prefix=/usr || return 1
make
-
}
package() {