summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-01-08 09:02:46 +0100
committerPhilipp Wolfer2016-01-08 09:02:46 +0100
commit4c42144f4f000db835ef469399e08abddca5c5ee (patch)
tree5df3948be49f2540413a0e3d40fca09322b8af46
parent129b049d87005a86525dbf8bd1f6190d872daa0e (diff)
downloadaur-4c42144f4f000db835ef469399e08abddca5c5ee.tar.gz
New release 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fb8196ef603..f18feba6f087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 11:31:10 UTC 2016
+# Fri Jan 8 08:02:46 UTC 2016
pkgbase = peek
pkgdesc = Peek - animated GIF recorder
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/phw/peek
install = peek.install
arch = i686
@@ -15,7 +15,7 @@ pkgbase = peek
depends = gtk3
depends = ffmpeg
depends = imagemagick
- source = git+https://github.com/phw/peek.git#tag=v0.2.1
+ source = git+https://github.com/phw/peek.git#tag=v0.3.0
sha1sums = SKIP
pkgname = peek
diff --git a/PKGBUILD b/PKGBUILD
index 02c0b3b6b5d2..13ff86057f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Peek - animated GIF recorder"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"