Date: Friday, December 25, 2020 @ 21:36:32 Author: arodseth Revision: 791010
upgpkg: vice 3.5-1 Modified: vice/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-25 21:21:32 UTC (rev 791009) +++ PKGBUILD 2020-12-25 21:36:32 UTC (rev 791010) @@ -3,17 +3,17 @@ # Contributor: Tom Newsom <[email protected]> pkgname=vice -pkgver=3.4 -pkgrel=3 -pkgdesc='The Versatile Commodore 8-bit Emulator' +pkgver=3.5 +pkgrel=1 +pkgdesc='Versatile Commodore 8-bit Emulator' arch=(x86_64) license=(GPL) url='https://vice-emu.sourceforge.io/' -depends=(alsa-lib giflib libjpeg-turbo libpng libpulse sdl2) -makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir) +depends=(alsa-lib giflib glew libjpeg-turbo libpng libpulse python sdl2 gtk3) +makedepends=(dos2unix ffmpeg libpcap libxaw texlive-bin texlive-core xa xorg-bdftopcf xorg-mkfontdir) source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz" disable-fc-cache.patch) -sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb' +sha256sums=('56b978faaeb8b2896032bd604d03c3501002187eef1ca58ceced40f11a65dc0e' '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98') prepare() { @@ -39,6 +39,5 @@ make -C $pkgname-$pkgver \ DESTDIR="$pkgdir" \ realdocdir=/usr/share/doc/vice \ - install -j1 - ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc" + install }
