summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-01-07 12:20:07 +0100
committerPhilipp Wolfer2016-01-07 12:20:07 +0100
commitc0d5ecaf1ce5f71194a4215098a4506136ea1915 (patch)
tree37bf388325f9d1e5dcd01295169e1dd974a6e181
parent6b6a7e111110cc053302efb4a8dd48b94d3a05d7 (diff)
downloadaur-c0d5ecaf1ce5f71194a4215098a4506136ea1915.tar.gz
New release 0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a057caf07d..26710d1c7aaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 22:16:48 UTC 2016
+# Thu Jan 7 11:20:07 UTC 2016
pkgbase = peek
pkgdesc = Peek - animated GIF recorder
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
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#tag=v0.1.0
+ source = git+https://github.com/phw/peek.git#tag=v0.2.0
sha1sums = SKIP
pkgname = peek
diff --git a/PKGBUILD b/PKGBUILD
index e7a2db89c134..e28c51067ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Peek - animated GIF recorder"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"