summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesus Alonso2018-04-23 13:37:52 +0200
committerJesus Alonso2018-04-23 13:37:52 +0200
commit0decccd59dc44498e742c6d2c994b98a90738d46 (patch)
tree4aa9a3271300feacda972529e160603eab09baf5 /PKGBUILD
parente26e47c6117e4ef6fc42d686c2a6557b4b1f2882 (diff)
downloadaur-0decccd59dc44498e742c6d2c994b98a90738d46.tar.gz
Corrected prefix and release number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba5bf8bd644b..39fe60cc2f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
_basename=protobuf-c-rpc
pkgname=${_basename}-git
-pkgver=r147
pkgver=292.07fed6d
pkgver() {
cd ${_basename} || exit
@@ -21,7 +20,7 @@ md5sums=('SKIP')
build() {
cd "${srcdir}/${_basename}"
./autogen.sh && \
- ./configure && \
+ ./configure --prefix=/usr && \
make
}