summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93de8eee271e..1975a3a8406a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=gifski
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="GIF encoder based on libimagequant (pngquant, gifquant?). Squeezes maximum possible quality from the awful GIF format"
arch=('i686' 'x86_64')
url="https://gif.ski/"
license=('AGPL3')
makedepends=(rust)
source=(${pkgname}-${pkgver}::https://github.com/ImageOptim/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('ed51954e3632769598b55443b3dced10a9128421538387cf6b9d50f823aa7a77')
+sha256sums=('6db5100366aafb927bfb7102e8b6d6a0bee71ba6c40185ef63aa3193a450de74')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"