diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-02-16 11:56:38 +0100 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2019-02-16 16:22:32 +0100 |
commit | 16ca36459c2ee731e378ab493ca29bf3b0af6211 (patch) | |
tree | ed2f025e8ae3c416ceaa09aa001e600ae6201e50 /testing/vice | |
parent | 1daf679c7cbb11e1873247be67387babb93d02d8 (diff) | |
download | aports-16ca36459c2ee731e378ab493ca29bf3b0af6211.tar.bz2 aports-16ca36459c2ee731e378ab493ca29bf3b0af6211.tar.xz |
testing/vice: upgrade to 3.3
Diffstat (limited to 'testing/vice')
-rw-r--r-- | testing/vice/APKBUILD | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/testing/vice/APKBUILD b/testing/vice/APKBUILD index 0098d8decf..e394ac5a66 100644 --- a/testing/vice/APKBUILD +++ b/testing/vice/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch> # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> pkgname=vice -pkgver=3.1 +pkgver=3.3 pkgrel=0 pkgdesc="emulates the C64/DTV, C128, VIC20, almost all PETs, PLUS4 and CBM-II" url="http://vice-emu.sourceforge.net/" arch="all" -license="GPL" +license="GPL-2.0" makedepends="sdl2-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev - linux-headers texinfo automake autoconf bison flex" + linux-headers texinfo automake autoconf bison flex xa" subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/vice-emu/vice-$pkgver.tar.gz disable-fc-cache.patch @@ -41,12 +41,6 @@ check() { make -C "$builddir" check } -md5sums="f9018ca464b863da0bb1a82c56374432 vice-3.1.tar.gz -b1dee4fef59f835534683fabbe1fbbce disable-fc-cache.patch -f562fcd4ce5b6a72008cc46d9ed19881 fix__u_char.patch" -sha256sums="3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240 vice-3.1.tar.gz -8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98 disable-fc-cache.patch -6e888ea744659e1da2f1d4df57e0bf9bf031b8ad8414b08581f085c6336c9a77 fix__u_char.patch" -sha512sums="bc02a3597a17dadb37c487e6942192c0e9dc1a7d4e440fbf0dc8a165dbb2dee60ddf157697a020d2780ddef56a0a67802768d5c6d117b9cf5cdc124de45bc579 vice-3.1.tar.gz +sha512sums="702942e33b6e3d7e29ca6ed483242319ed5f6be26831def88a282cf7dce25d4c34dbf3651fcf8b583492fcb280ce5f4304c6eda3712088a73db24772c7a2bb3a vice-3.3.tar.gz ed6fee34eefcb04c42b4575591dfeffca8548eae354dee66dabdbc4abac0311cbbedcdc07cdfcb01da4840d57ab331a31583e17160820462a2c064835a75d75d disable-fc-cache.patch 3132be50c402068865b530ed9df71a073012623ce48e3fa162f33af7bdcdd6d890590955868bb5591e018c17359e860ccff9eb0cde9bfd99582ac921400e8f2f fix__u_char.patch" |