summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Ooms2020-04-02 09:36:38 +0200
committerAurélien Ooms2020-04-02 09:36:38 +0200
commit3c1c64ad3b6a1698c0e959e79fe7645aeb8256d6 (patch)
treec4572dec1e734b8ac2998237899001e3ca7c044d
parent1600ad597c0571883c8ed24434c4c51f8d571813 (diff)
downloadaur-3c1c64ad3b6a1698c0e959e79fe7645aeb8256d6.tar.gz
Bump version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2283abddfe5..b4336723f10b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gifify
pkgdesc = Convert videos to GIFs
- pkgver = 1.0.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/aureooms/gifify
arch = any
@@ -12,7 +12,8 @@ pkgbase = gifify
depends = ffmpeg
depends = imagemagick
depends = gifsicle
- source = https://github.com/aureooms/gifify/archive/v1.0.0.tar.gz
+ depends = gifski
+ source = https://github.com/aureooms/gifify/archive/v2.0.0.tar.gz
md5sums = SKIP
pkgname = gifify
diff --git a/PKGBUILD b/PKGBUILD
index 0998e9cdab4b..1d301a3ebe92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aurélien Ooms <aurelien.ooms@gmail.com>
pkgname=gifify
-pkgver=1.0.0
+pkgver=2.0.0
pkgrel=1
epoch=
pkgdesc="Convert videos to GIFs"
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/aureooms/gifify"
license=('AGPL-3.0')
groups=()
-depends=('coreutils' 'findutils' 'grep' 'ffmpeg' 'imagemagick' 'gifsicle')
+depends=('coreutils' 'findutils' 'grep' 'ffmpeg' 'imagemagick' 'gifsicle' 'gifski')
makedepends=('git')
checkdepends=()
optdepends=()