[arch-commits] Commit in vice/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Feb 12 14:55:01 UTC 2020


    Date: Wednesday, February 12, 2020 @ 14:55:01
  Author: arodseth
Revision: 569352

upgpkg: vice 3.4-1

Modified:
  vice/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-12 14:49:25 UTC (rev 569351)
+++ PKGBUILD	2020-02-12 14:55:01 UTC (rev 569352)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=vice
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc='The Versatile Commodore 8-bit Emulator'
 arch=(x86_64)
 license=(GPL)
@@ -11,9 +11,9 @@
 url='https://vice-emu.sourceforge.net/'
 depends=(giflib libjpeg-turbo libpng libpulse sdl2)
 makedepends=(ffmpeg libpcap libxaw xa xorg-bdftopcf xorg-mkfontdir)
-source=("https://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
+source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-$pkgver.tar.gz"
         disable-fc-cache.patch)
-sha256sums=('1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d'
+sha256sums=('4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb'
             '8058210e092c4943a55baeff47e6d5f3661aeb3686fd1f75e07f47888da9cc98')
 
 prepare() {
@@ -31,7 +31,9 @@
 }
 
 package() {
-  make DESTDIR="$pkgdir" realdocdir="/usr/share/doc/vice" -C $pkgname-$pkgver \
+  make -C "$pkgname-$pkgver" \
+    DESTDIR="$pkgdir" \
+    realdocdir="/usr/share/doc/vice" \
     install -j1
   ln -s /usr/share/doc/vice "$pkgdir/usr/lib/vice/doc"
 }



More information about the arch-commits mailing list