summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Begusch2018-09-28 14:34:01 +0200
committerFlorian Begusch2018-09-28 14:34:01 +0200
commita6a222617c408df6dc9d2012f5068ab165a58509 (patch)
treea8e1e98c278d427f74c917f57eb19df5ee3f6dd2
parent98087a1f04391e4f8864a95938eb71f24a719ff8 (diff)
downloadaur-a6a222617c408df6dc9d2012f5068ab165a58509.tar.gz
Update PKGBUILD to accomodate for new build process
-rw-r--r--PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4b2caba29f6..e84449d24e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,16 +20,7 @@ prepare() {
mv "gummi" $pkgname
cd $pkgname
- # TODO: Simplify
- setconf autogen.sh AM_VERSION ''
./autogen.sh
- setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'"
- setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'"
- echo $pkgver > dev/latest
- autoreconf
- setconf configure PACKAGE_VERSION "'"$pkgver"'"
- setconf configure PACKAGE_STRING "'""Gummi $pkgver""'"
- setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'"
}
build() {