summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorferion2018-02-20 08:36:18 +0200
committerferion2018-02-20 08:36:18 +0200
commit1322bb19103f6cb13c0455a93d94c8c01f00430a (patch)
treee6dac6338dcedbfa4d51b76277a91d73db8c389e
parenta849f3a05ae80458b5d5a7120fef917fb8888932 (diff)
downloadaur-1322bb19103f6cb13c0455a93d94c8c01f00430a.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 546ee1dc5ec9..289cc1fcb4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='agensgraph'
pkgname="${_pkgname}-git"
-pkgver=1.2.0.r101.g355d7fc3
+pkgver=VERSION
pkgrel=1
pkgdesc="A multi-model graph database based on PostgreSQL."
arch=('i686' 'x86_64')
@@ -40,6 +40,7 @@ pkgver() {
git describe --long --tags | sed -e 's/^v//g' -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g'
set +u
}
+
prepare() {
cd "${srcdir}/${_pkgname}"
patch -Np1 < ../postgresql-run-socket.patch