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

Alexander Rødseth arodseth at archlinux.org
Sun Feb 16 20:45:19 UTC 2020


    Date: Sunday, February 16, 2020 @ 20:45:18
  Author: arodseth
Revision: 572853

upgpkg: vice 3.4-2

Modified:
  vice/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 20:45:15 UTC (rev 572852)
+++ PKGBUILD	2020-02-16 20:45:18 UTC (rev 572853)
@@ -4,7 +4,7 @@
 
 pkgname=vice
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='The Versatile Commodore 8-bit Emulator'
 arch=(x86_64)
 license=(GPL)
@@ -26,7 +26,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-external-ffmpeg
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib \
+    --enable-external-ffmpeg \
+    --enable-x64
   make
 }
 



More information about the arch-commits mailing list