summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-02-21 00:00:08 +0100
committerPhilipp Wolfer2017-02-21 00:00:08 +0100
commit670e7aa762111acc26a70d104a6c0b76d39f1534 (patch)
treea67ea1edbd9b825d8c6d567e477b994faa394229
parentbbc5421bf29a9d86fb8cad5c1b4bfb49ffdadb8a (diff)
downloadaur-670e7aa762111acc26a70d104a6c0b76d39f1534.tar.gz
Do not build tests for now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ccdd04fbb43..936902fc01ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 20 22:57:28 UTC 2017
+# Mon Feb 20 23:00:08 UTC 2017
pkgbase = peek
pkgdesc = An animated GIF recorder
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/peek
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b0cbb2d08ef4..f38aafe882bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="An animated GIF recorder"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -14,7 +14,7 @@ sha1sums=('SKIP')
build() {
cd "${srcdir}/peek"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
+ -DBUILD_TESTS=OFF \
-DGSETTINGS_COMPILE=OFF .
make
}