summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2023-10-18 09:10:30 +0200
committerFrederic Bezies2023-10-18 09:10:30 +0200
commit430dbfc5306509617ab749f3e141491e832caa82 (patch)
treeb7867b8028d356a5a851684145bcf01a863e16e8 /PKGBUILD
parent8f3e329d3139eef53475266a71b6e2aa279d18de (diff)
downloadaur-430dbfc5306509617ab749f3e141491e832caa82.tar.gz
October 18th, 2023 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27f4b2fc3703..7c4849f50985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Benjamin Hodgetts <ben@xnode.org>
pkgname=vice-svn
-pkgver=r44519
+pkgver=r44595
pkgrel=1
pkgdesc="The Versatile Commodore Emulator 8-bits (PET/C64/C128/Plus4/Vic20) - Development version"
arch=('i686' 'x86_64')
@@ -65,7 +65,7 @@ build() {
cd "${pkgname}/vice"
./autogen.sh
# Forcing use of ffmpeg 4.4.
- PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./configure --prefix=/usr --libdir=/usr/lib --enable-ffmpeg --enable-gtk3ui --enable-pdf-docs --enable-ethernet
+ PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./configure --prefix=/usr --libdir=/usr/lib --enable-ffmpeg --enable-gtk3ui --enable-pdf-docs --enable-ethernet --with-libcurl
make
}