gifski: update to 0.6.1.

Closes #9260.
This commit is contained in:
cr6git 2017-11-17 08:06:01 +01:00 committed by Enno Boland
parent 06f7ebd5c7
commit b0331ce15e
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'gifski'
pkgname=gifski
version=0.6.0
version=0.6.1
revision=1
hostmakedepends="cargo"
depends="ffmpeg"
makedepends="libgomp-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Highest-quality GIF encoder based on pngquant"
homepage="https://gif.ski"
license="AGPL-3"
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
checksum=3e86ef3f3098416a7ba10e4ce361dec9f096ce4e9ee6087468fb872e046c71d7
checksum=609982ab8ccab4678010305ae82e69198ba494c8e41993966ba22d652d0a9e7e
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-m64'
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'?
@ -18,7 +18,7 @@ checksum=3e86ef3f3098416a7ba10e4ce361dec9f096ce4e9ee6087468fb872e046c71d7
nocross=yes
do_build() {
cargo build --release
cargo build --release --features=openmp
}
do_install() {