summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4d8ef9cd38..accec3afa1b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gocity
pkgdesc = Code City metaphor for visualizing Go source code in 3D
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://go-city.github.io
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 47ab331a403e..2df39de4c3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gocity
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Code City metaphor for visualizing Go source code in 3D"
arch=('x86_64')
url='https://go-city.github.io'
@@ -17,7 +17,6 @@ build() {
mkdir -p $srcdir/go
export GOPATH="${srcdir}"/go
export PATH=$PATH:$GOPATH/bin
- cd "${srcdir}/gocity-${pkgver}"
go build -v -o "../gocity-bin"
}