summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe1200a17419..6f61eef2152f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=demlo
pkgver=2
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic and extensible music library organizer"
arch=("i686" "x86_64")
url="http://ambrevar.bitbucket.org/$pkgname/"
@@ -17,7 +17,7 @@ build() {
}
check() {
- GOPATH="$GOPATH:$srcdir" go test -v -x "$_gourl"
+ GOPATH="$srcdir" go test -v -x "$_gourl"
}
package() {