diff options
Diffstat (limited to 'main/acf-postgresql')
-rw-r--r-- | main/acf-postgresql/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-postgresql/APKBUILD b/main/acf-postgresql/APKBUILD index cd447a4e42..a58b95d993 100644 --- a/main/acf-postgresql/APKBUILD +++ b/main/acf-postgresql/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-postgresql pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="ACF module for postgresql" url="http://git.alpinelinux.org/cgit/$pkgname" arch="noarch" @@ -11,7 +11,7 @@ depends="acf-core lua postgresql" makedepends="" install= subpackages="" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |