summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schaffrath2020-08-27 10:14:08 +0200
committerPhilipp Schaffrath2020-08-27 10:14:08 +0200
commitb27ee43f3bdb2b0f5c5921878c19b2c89438070a (patch)
tree8b1c40bae77de1a63257cad0477c4ca3a543bdca
parent45354f5b7ed3544f256349f2e05b46e89e2ea0f0 (diff)
downloadaur-b27ee43f3bdb2b0f5c5921878c19b2c89438070a.tar.gz
updated pkgver because of new release, added new optional dependency, updated description
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d25ceb64973..1f17789035d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Philipp Schaffrath <aur at philipp dot schaffrath dot email>
+# Maintainer: Philipp Schaffrath <philipp dot schaffrath at gmail dot com>
pkgname=giph-git
-pkgver=1.0.r0.gd7eccda
+pkgver=1.1.r0.gb0ddda6
pkgrel=1
-pkgdesc='gif recorder that records the desktop, a window or a selection'
+pkgdesc='video recorder that records the desktop, a window or a selection'
url='https://github.com/phisch/giph'
license=('MIT')
arch=('any')
depends=('bash' 'ffmpeg' 'xdotool')
optdepends=('slop: for interactive selection'
- 'libnotify: for error and success notifications')
+ 'libnotify: for error and success notifications'
+ 'procps-ng: for pgrep used in the --stop flag')
makedepends=('git')
provides=('giph')
conflicts=('giph')