summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Girotto2020-01-18 11:44:15 +0100
committerAndrea Girotto2020-01-18 11:44:15 +0100
commit7b34e931422638cf83587c54c73d2e4621cee033 (patch)
tree9ba0cc53f04b0b90bcc65a856ce9f5d1e9845527
parented2af363b00c466008b60b3d0a06fe6767942b2b (diff)
downloadaur-guile-dbd-postgresql.tar.gz
corrected base url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cac7134a99e..fa1c1e3b60a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = guile-dbd-postgresql
pkgdesc = guile-dbi database driver postgresql
pkgver = 2.1.6
- pkgrel = 2
- url = http://home.gna.org/guile-dbi/
+ pkgrel = 3
+ url = https://github.com/eestrada/guile-dbi/tree/master/guile-dbd-postgresql
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index f13dbe9329de..c7f56c716d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Andrea Girotto <andrea (dot) girotto (at) gmail (dot) com>
pkgname=guile-dbd-postgresql
pkgver=2.1.6
-pkgrel=2
+pkgrel=3
pkgdesc='guile-dbi database driver postgresql'
arch=(i686 x86_64)
license=(GPL2)
depends=('guile-dbi>=2.1.2' postgresql-libs)
-url=http://home.gna.org/guile-dbi/
+url=https://github.com/eestrada/guile-dbi/tree/master/guile-dbd-postgresql
source=(archlinux.patch
https://github.com/opencog/guile-dbi/archive/${pkgname}-${pkgver}.tar.gz)
md5sums=('f78f6657871b899c2f1442ff5e257d84'