summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorC. Dominik Bódi2017-08-08 16:29:13 +0200
committerC. Dominik Bódi2017-08-08 16:29:13 +0200
commit9a4ab0345496335468bf209a489ec3e5e546427e (patch)
tree1311ee0e917d56915be9a0f5f40b69bb1bd9a8e0 /PKGBUILD
parent019ce1d050a82d4e0fa27718d4a7dec45663d1ff (diff)
downloadaur-9a4ab0345496335468bf209a489ec3e5e546427e.tar.gz
* fix build() being in the PKGBUILD twice instead of build() and check()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8286d4728793..b794c5546de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=git-buildpackage
pkgver=0.8.18
-pkgrel=1
+pkgrel=2
pkgdesc="Tools from Debian to integrate the package build system with Git"
arch=(any)
url="https://honk.sigxcpu.org/piki/projects/git-buildpackage/"
@@ -29,7 +29,7 @@ build() {
}
-build() {
+check() {
cd git-buildpackage
python2 setup.py check
}