summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLettier2019-09-11 04:30:37 -0400
committerLettier2019-09-11 04:30:37 -0400
commit9f290e590c4f7167bf29d63fe0150a9a33470e66 (patch)
tree51a41eff0c90ba235dd692a69b2ae3f99ba465fc
parent8f119dee59019c6f04e7d546e58445f4d64b7768 (diff)
downloadaur-9f290e590c4f7167bf29d63fe0150a9a33470e66.tar.gz
Updates to version 6.0.0.0.
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06cbdd038c1c..c48a9c1fbde2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gifcurry
- pkgdesc = Your open source video to GIF maker built with Haskell.
- pkgver = 5.0.0.0_0
+ pkgdesc = The open-source, Haskell-built video editor for GIF makers.
+ pkgver = 6.0.0.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/5.0.0.0/gifcurry-linux-5.0.0.0.tar.gz
- md5sums = 70a176ed398a957ded0297eb73004c45
+ source = https://www.github.com/lettier/gifcurry/releases/download/6.0.0.0/gifcurry-linux-6.0.0.0.tar.gz
+ md5sums = 3e66d3ba4fc446787fc50786470bd806
pkgname = gifcurry
diff --git a/PKGBUILD b/PKGBUILD
index 9804bbab5815..333287e94668 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lettier <gifcurry_aur a@@at@t lettier dd.ot..t ccommm>
_name=gifcurry
-_ver=5.0.0.0
+_ver=6.0.0.0
_xrev=0
pkgname=${_name}
pkgver=${_ver}_${_xrev}
pkgrel=1
-pkgdesc="Your open source video to GIF maker built with Haskell."
+pkgdesc="The open-source, Haskell-built video editor for GIF makers."
url="https://github.com/lettier/gifcurry"
license=("BSD3")
arch=("x86_64")
@@ -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=('70a176ed398a957ded0297eb73004c45')
+md5sums=('3e66d3ba4fc446787fc50786470bd806')
package() {
cd "${srcdir}/${_name}-linux-${_ver}"