summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-02-16 07:20:43 +0100
committerPhilipp Wolfer2018-02-16 07:20:43 +0100
commiteb15edf4182a0b9fd8a11e2277d15b57ed665381 (patch)
tree98e9cc450dd55ca2e6d6263dc86f58df97f49602
parent2997e7f144e507b4411e4c197a2b0f9a43e2ca6c (diff)
downloadaur-eb15edf4182a0b9fd8a11e2277d15b57ed665381.tar.gz
Take over changes from stable AUR package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d504c256d651..16686a6bafd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 3 16:28:35 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
- pkgver = 1.2.1.r0.g7ca6ebb
+ pkgver = 1.2.2.r7.g0cbdd30
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -16,10 +14,10 @@ pkgbase = peek-git
depends = gtk3
depends = libkeybinder3
depends = ffmpeg
- optdepends = gst-plugins-good: WebM output under Gnome Shell
+ optdepends = gst-plugins-good: Recording under Gnome Shell
optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
optdepends = gifski: High quality GIF animations with thousands of colors
- provides = peek=1.2.1.r0.g7ca6ebb
+ provides = peek=1.2.2.r7.g0cbdd30
conflicts = peek
source = git+https://github.com/phw/peek.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 02dec68a4e40..65ee4a5e162f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_pkgname=peek
pkgname=${_pkgname}-git
-pkgver=1.2.1.r0.g7ca6ebb
+pkgver=1.2.2.r7.g0cbdd30
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ conflicts=("${_pkgname}")
depends=(gtk3 libkeybinder3 ffmpeg)
makedepends=(git cmake vala gettext txt2man)
optdepends=(
- 'gst-plugins-good: WebM output under Gnome Shell'
+ 'gst-plugins-good: Recording under Gnome Shell'
'gst-plugins-ugly: MP4 output under Gnome Shell'
'gifski: High quality GIF animations with thousands of colors'
)