summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2015-10-29 03:00:26 +0000
committerEmmanuel Gil Peyrot2015-10-29 03:00:26 +0000
commit8ab3676687dd03c50cb91c086b73e0567c8c8b02 (patch)
tree22fd1c8e939b49f55aadb557f051dfc530265817
parent0f55835d353d8d0621f8808f2a0129ba7f79259c (diff)
downloadaur-8ab3676687dd03c50cb91c086b73e0567c8c8b02.tar.gz
Temporarily disable check() due to some upstream changes there.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0847be36f4c1..f87b163e8f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Thu May 28 22:09:49 UTC 2015
pkgbase = biboumi-git
pkgdesc = XMPP gateway to IRC
- pkgver = r386.c649e56
+ pkgver = r449.f03d1a1
pkgrel = 1
url = http://biboumi.louiz.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 84d391ed53bf..dc9f185ade9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=biboumi
pkgname="$_pkgname-git"
-pkgver=r386.c649e56
+pkgver=r449.f03d1a1
pkgrel=1
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h')
@@ -32,11 +32,11 @@ build() {
make biboumi
}
-check() {
- cd "$srcdir/$_pkgname/build"
- make test_suite/fast
- ./test_suite
-}
+# TODO: reenable that, by moving the Catch download in the source array.
+#check() {
+# cd "$srcdir/$_pkgname/build"
+# make check
+#}
package() {
cd "$srcdir/$_pkgname/build"