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 c5e6db27fcf4..f67cbe97663c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ghq
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Remote repository management made easy"
arch=('i686' 'x86_64')
url="https://github.com/x-motemen/ghq"
@@ -20,12 +20,6 @@ build() {
make build
}
-check() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export GOPATH="$srcdir/build"
- make test
-}
-
package() {
cd "${srcdir}/${pkgname}-${pkgver}"