summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-01-05 23:16:48 +0100
committerPhilipp Wolfer2016-01-05 23:16:48 +0100
commit6b6a7e111110cc053302efb4a8dd48b94d3a05d7 (patch)
tree809ed2399b81db121530d7d3fbf44a221c4a23ff
parente749a7b0cae6551a51579625f054939a0fef33a4 (diff)
downloadaur-6b6a7e111110cc053302efb4a8dd48b94d3a05d7.tar.gz
First beta release 0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df7730345c5..a4a057caf07d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 09:17:35 UTC 2015
+# Tue Jan 5 22:16:48 UTC 2016
pkgbase = peek
pkgdesc = Peek - animated GIF recorder
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/peek
install = peek.install
arch = i686
@@ -14,7 +14,7 @@ pkgbase = peek
depends = gtk3
depends = ffmpeg
depends = imagemagick
- source = git+https://github.com/phw/peek.git
+ source = git+https://github.com/phw/peek.git#tag=v0.1.0
sha1sums = SKIP
pkgname = peek
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() {