summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21012eefda66..57a8a61b37a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peek
pkgdesc = Simple screen recorder with an easy to use interface
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/peek
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1747e5ffde33..b5f0e597d730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple screen recorder with an easy to use interface"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -24,17 +24,17 @@ build() {
cd "build"
cmake "${srcdir}/${pkgname}-${pkgver}" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
+ -DBUILD_TESTS=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DGSETTINGS_COMPILE=OFF \
-DENABLE_FILECHOOSERNATIVE=ON
make
}
-check() {
- cd "build"
- make test
-}
+# check() {
+# cd "build"
+# make test
+# }
package() {
cd "build"