summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schaffrath2020-08-27 10:26:40 +0200
committerPhilipp Schaffrath2020-08-27 10:26:40 +0200
commit0805680ab97cd7d3aaecef2e17202eb4c951b8c7 (patch)
tree284db0611475eb8f28e628f3f24fb197a40693ed
parent47237cd75687a833d8e976da8277e612d2b87b85 (diff)
downloadaur-0805680ab97cd7d3aaecef2e17202eb4c951b8c7.tar.gz
new release, updated description, added optional dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ff54ab3d7b6..a73ffde7362b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = giph
- pkgdesc = gif recorder that records the desktop, a window or a selection
- pkgver = 1.0
+ pkgdesc = video recorder that records the desktop, a window or a selection
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/phisch/giph
arch = any
@@ -11,10 +11,11 @@ pkgbase = giph
depends = xdotool
optdepends = slop: for interactive selection
optdepends = libnotify: for error and success notifications
+ optdepends = procps-ng: for pgrep used in the --stop flag
provides = giph
conflicts = giph
- source = https://github.com/phisch/giph/archive/1.0.tar.gz
- sha256sums = 5500f7e8ac35cfbfbeff829013f13998f2c3fc1ba1faff32eb5e5d643ca1c647
+ source = https://github.com/phisch/giph/archive/1.1.tar.gz
+ sha256sums = 8aea6c6dd59e66e8911b9aab04fe71fa995ffe885684113586be37944ceb7982
pkgname = giph
diff --git a/PKGBUILD b/PKGBUILD
index a12e4f417e75..2184add4b504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Philipp Schaffrath <aur at philipp dot schaffrath dot email>
+# Maintainer: Philipp Schaffrath <philipp dot schaffrath at gmail dot com>
pkgname=giph
-pkgver=1.0
+pkgver=1.1
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')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5500f7e8ac35cfbfbeff829013f13998f2c3fc1ba1faff32eb5e5d643ca1c647')
+sha256sums=('8aea6c6dd59e66e8911b9aab04fe71fa995ffe885684113586be37944ceb7982')
package() {
cd "$pkgname-${pkgver}"