summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schaffrath2020-11-19 02:16:10 +0100
committerPhilipp Schaffrath2020-11-19 02:16:10 +0100
commit34b607253a85fab0e8a3ee1fb849cdc798b5cd97 (patch)
tree3f2896cf5bbeb78279dd5653743cbca7a168c028
parentefa1f1728fa9b24fbb616abf9179ab4a15f68099 (diff)
downloadaur-34b607253a85fab0e8a3ee1fb849cdc798b5cd97.tar.gz
update to latest stable release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61709ab3c567..dee5b6c73330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = giph
pkgdesc = video recorder that records the desktop, a window or a selection
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/phisch/giph
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = giph
optdepends = procps-ng: for pgrep used in the --stop flag
provides = giph
conflicts = giph
- source = https://github.com/phisch/giph/archive/1.1.tar.gz
- sha256sums = 8aea6c6dd59e66e8911b9aab04fe71fa995ffe885684113586be37944ceb7982
+ source = https://github.com/phisch/giph/archive/1.1.1.tar.gz
+ sha256sums = 138ee2b6a023a2d61ff8ad3d0be0228914140d2d0f18d90202ab5e46bec3a22a
pkgname = giph
diff --git a/PKGBUILD b/PKGBUILD
index d3b93f5951f2..2fc0b4ef721a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Schaffrath <philipp dot schaffrath at gmail dot com>
pkgname=giph
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc='video recorder that records the desktop, a window or a selection'
url='https://github.com/phisch/giph'
license=('MIT')
@@ -15,7 +15,7 @@ makedepends=('git')
provides=('giph')
conflicts=('giph')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8aea6c6dd59e66e8911b9aab04fe71fa995ffe885684113586be37944ceb7982')
+sha256sums=('138ee2b6a023a2d61ff8ad3d0be0228914140d2d0f18d90202ab5e46bec3a22a')
package() {
cd "$pkgname-${pkgver}"