summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 306f092c0765..e7a2db89c134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Peek - animated GIF recorder"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=(gtk3 ffmpeg imagemagick)
makedepends=(cmake vala)
install=peek.install
-source=(git+https://github.com/phw/peek.git)
+source=(git+https://github.com/phw/peek.git#tag=v${pkgver})
sha1sums=('SKIP')
build() {