summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-02-05 17:22:22 +0100
committerPhilipp Wolfer2018-02-05 17:22:22 +0100
commit7720827b47ff9fd088f25814d14a1e8b3c330db6 (patch)
tree5f1f871210c86a0fb30a94c4f6e5a600a60d3637 /PKGBUILD
parent14180f867d77e6c496f267a22d6345d01a391e6a (diff)
downloadaur-7720827b47ff9fd088f25814d14a1e8b3c330db6.tar.gz
New upstream release 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571aae20afb6..ac14477fbf79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=gifski
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=2
pkgdesc="GIF encoder based on libimagequant (pngquant, gifquant?). Squeezes maximum possible quality from the awful GIF format"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=(gcc-libs ffmpeg)
makedepends=(rust clang)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ImageOptim/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('0db038fa91764295b0caf473bfc09e577b926260f5f116687600ae7140811721')
+sha256sums=('f3cab822dd41de17ba4fdc3b8d379b469404573b1a4adcb5f9c9385a7a927760')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"