summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-10-25 23:42:20 +0200
committerPhilipp Wolfer2016-10-25 23:42:20 +0200
commitf38c801a76e0a5eb7eb8fa631c97d62b27183adc (patch)
tree4e29e2b3125bbff7ffe904c43dff5df4ffdb4e70
parent2cdd1fd0373edd27b453d6686eed31afd80ef5d9 (diff)
downloadaur-f38c801a76e0a5eb7eb8fa631c97d62b27183adc.tar.gz
New upstream release 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c33ee06a38a6..fb4ed3603b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 09:39:03 UTC 2016
+# Tue Oct 25 21:42:20 UTC 2016
pkgbase = peek
pkgdesc = An animated GIF recorder
- pkgver = 0.7.2
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/phw/peek
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = peek
depends = gtk3
depends = ffmpeg
depends = imagemagick
- source = git+https://github.com/phw/peek.git#tag=v0.7.2
+ source = git+https://github.com/phw/peek.git#tag=v0.8.0
sha1sums = SKIP
pkgname = peek
diff --git a/PKGBUILD b/PKGBUILD
index 12b8b9221085..9628eb58c194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="An animated GIF recorder"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -13,7 +13,7 @@ sha1sums=('SKIP')
build() {
cd "${srcdir}/peek"
- cmake -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=ON \
-DGSETTINGS_COMPILE=OFF .
make
@@ -26,5 +26,5 @@ check() {
package() {
cd "${srcdir}/peek"
- make install
+ make DESTDIR=${pkgdir} install
}