summarylogtreecommitdiffstats
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
parent019ce1d050a82d4e0fa27718d4a7dec45663d1ff (diff)
downloadaur-9a4ab0345496335468bf209a489ec3e5e546427e.tar.gz
* fix build() being in the PKGBUILD twice instead of build() and check()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205bfade8ab9..743bfc2505b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 7 17:03:52 UTC 2017
+# Tue Aug 8 14:28:33 UTC 2017
pkgbase = git-buildpackage
pkgdesc = Tools from Debian to integrate the package build system with Git
pkgver = 0.8.18
- pkgrel = 1
+ pkgrel = 2
url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
arch = any
license = GPL
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
}