summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 935bc562eb50..811477374aa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pgfuse
pkgdesc = FUSE-based file system with a PostgreSQL storage backend
pkgver = 0.0.2
- pkgrel = 1
- url = https://github.com/andreasbaumann/pgfuse
+ pkgrel = 2
+ url = http://www.pgfuse.org
arch = i686
arch = x86_64
license = GPL3
makedepends = pkg-config
depends = fuse
depends = postgresql-libs
- source = https://github.com/andreasbaumann/pgfuse/archive/0.0.2.tar.gz
- md5sums = 89015a5c060903cff4a48752d5607e85
+ source = http://www.andreasbaumann.cc/pgfuse/pgfuse-0.0.2.tar.gz
+ md5sums = 19130ec8b1e96f7ce427fa269f316017
pkgname = pgfuse
diff --git a/PKGBUILD b/PKGBUILD
index 94fcec9e62fe..f67a5038ce95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=pgfuse
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="FUSE-based file system with a PostgreSQL storage backend"
-url="https://github.com/andreasbaumann/pgfuse"
+url="http://www.pgfuse.org"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('fuse' 'postgresql-libs')
makedepends=('pkg-config')
-source=("https://github.com/andreasbaumann/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('89015a5c060903cff4a48752d5607e85')
+source=("http://www.andreasbaumann.cc/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('19130ec8b1e96f7ce427fa269f316017')
build() {
cd ${srcdir}/${pkgname}-${pkgver}