summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-10-05 14:50:59 +0200
committerPhilipp Wolfer2017-10-05 14:50:59 +0200
commit389415b5b0401125a8586cfe4af5bf3ddbfcd202 (patch)
tree7b77321a75a20dc69a4bf943f52370f566bb5f1c /PKGBUILD
parentef1c31da31722f4fa3850d44c02640522a9b110b (diff)
downloadaur-389415b5b0401125a8586cfe4af5bf3ddbfcd202.tar.gz
New upstream release 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {