summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-02-16 07:17:39 +0100
committerPhilipp Wolfer2018-02-16 07:17:39 +0100
commit756ffde9b47841be5385374451a5e7b9c27e1d52 (patch)
tree4a965778e7a8c09b83b63ad2845de57f39fcbbb9
parent93618841f9a2efd0b7b3310e7b5e734554214523 (diff)
downloadaur-756ffde9b47841be5385374451a5e7b9c27e1d52.tar.gz
Enable file chooser native again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a62cde0601..0657036f998b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peek
pkgdesc = Simple screen recorder with an easy to use interface
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/peek
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6e2b66587dc9..37d308ecc033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple screen recorder with an easy to use interface"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -27,7 +27,7 @@ build() {
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DGSETTINGS_COMPILE=OFF \
- -DENABLE_FILECHOOSERNATIVE=OFF
+ -DENABLE_FILECHOOSERNATIVE=ON
make
}