summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-10-05 14:50:59 +0200
committerPhilipp Wolfer2017-10-05 14:50:59 +0200
commit389415b5b0401125a8586cfe4af5bf3ddbfcd202 (patch)
tree7b77321a75a20dc69a4bf943f52370f566bb5f1c
parentef1c31da31722f4fa3850d44c02640522a9b110b (diff)
downloadaur-389415b5b0401125a8586cfe4af5bf3ddbfcd202.tar.gz
New upstream release 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20a1481c981..60d3f1cca7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 19 11:22:00 UTC 2017
+# Thu Oct 5 12:50:58 UTC 2017
pkgbase = peek
pkgdesc = Simple screen recorder with an easy to use interface
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -18,7 +18,7 @@ pkgbase = peek
depends = imagemagick
optdepends = gst-plugins-good: WebM output under Gnome Shell
optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
- source = peek-1.0.3::git+https://github.com/phw/peek.git#tag=v1.0.3
+ source = peek-1.1.0::git+https://github.com/phw/peek.git#tag=1.1.0
sha1sums = SKIP
pkgname = peek
diff --git a/PKGBUILD b/PKGBUILD
index b337c65c4b2f..e9eb69bd701c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ optdepends=(
'gst-plugins-good: WebM output under Gnome Shell'
'gst-plugins-ugly: MP4 output under Gnome Shell'
)
-source=(${pkgname}-${pkgver}::git+https://github.com/phw/${pkgname}.git#tag=v${pkgver})
+source=(${pkgname}-${pkgver}::git+https://github.com/phw/${pkgname}.git#tag=${pkgver})
sha1sums=('SKIP')
prepare() {