summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a7e44f4b8e8..bd3bc21c5f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fsckd <fsckdaemon at gmail dot com>
pkgname=jo-git
-pkgver=r26.4f74287
+pkgver=r31.5d73898
pkgrel=1
pkgdesc='A shell command to create JSON'
arch=('i686' 'x86_64')
@@ -16,12 +16,6 @@ pkgver() {
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$srcdir/jo"
- # won't build in Arch otherwise
- sed -i 's/^\(CFLAGS\)=/\1+=/' Makefile
-}
-
build() {
cd "$srcdir/jo"
make jo