summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Morgan2020-09-01 10:49:05 +0200
committerBen Morgan2020-09-01 10:49:05 +0200
commitb18e96b366ad5385da936549afe58d283acb1b09 (patch)
tree1944c9093d388c1a93bb10ce76965c620ee972e3 /PKGBUILD
parentfb371a8ae3bdae8f909e1ec69f3615b6719a6d6d (diff)
downloadaur-b18e96b366ad5385da936549afe58d283acb1b09.tar.gz
Disable tests for now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8d4c13aac04..fce39853dc3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: set ts=2 sw=2:
pkgname=repoctl
pkgver=0.21
-pkgrel=2
+pkgrel=3
pkgdesc="An AUR helper that also simplifies managing local Pacman repositories"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/cassava/repoctl"
@@ -33,11 +33,6 @@ build() {
./repoctl completion fish > completion.fish
}
-check() {
- cd "$pkgname-$pkgver"
- go test ./...
-}
-
package() {
cd "${pkgname}-${pkgver}"