summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLettier2020-10-13 00:09:02 -0400
committerLettier2020-10-13 00:09:02 -0400
commitc3df65bde3019233c99e638948ffaec25ff87a2b (patch)
tree60106227c3f2e960dcaeb210f38ac67e16cd31e7
parent9f290e590c4f7167bf29d63fe0150a9a33470e66 (diff)
downloadaur-gifcurry.tar.gz
Updates to version 6.0.1.0.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48a9c1fbde2..d5217bc71574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gifcurry
pkgdesc = The open-source, Haskell-built video editor for GIF makers.
- pkgver = 6.0.0.0_0
+ pkgver = 6.0.1.0_0
pkgrel = 1
url = https://github.com/lettier/gifcurry
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = gifcurry
depends = gst-plugins-base-libs
depends = gst-plugins-base
depends = gst-plugins-good
- source = https://www.github.com/lettier/gifcurry/releases/download/6.0.0.0/gifcurry-linux-6.0.0.0.tar.gz
- md5sums = 3e66d3ba4fc446787fc50786470bd806
+ source = https://www.github.com/lettier/gifcurry/releases/download/6.0.1.0/gifcurry-linux-6.0.1.0.tar.gz
+ md5sums = 98a7abd625e8144fe088ad4b51426016
pkgname = gifcurry
diff --git a/PKGBUILD b/PKGBUILD
index 333287e94668..e265723cb741 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lettier <gifcurry_aur a@@at@t lettier dd.ot..t ccommm>
_name=gifcurry
-_ver=6.0.0.0
+_ver=6.0.1.0
_xrev=0
pkgname=${_name}
@@ -15,7 +15,7 @@ makedepends=()
depends=("gtk3" "imagemagick" "gstreamer" "gst-plugins-base-libs" "gst-plugins-base" "gst-plugins-good")
options=()
source=("https://www.github.com/lettier/${_name}/releases/download/${_ver}/${_name}-linux-${_ver}.tar.gz")
-md5sums=('3e66d3ba4fc446787fc50786470bd806')
+md5sums=('e244e8d17c0bdb6c1fb260e95363c242')
package() {
cd "${srcdir}/${_name}-linux-${_ver}"