summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Paden2020-04-20 09:10:28 -0500
committerAaron Paden2020-04-20 09:10:28 -0500
commite696c18e8b56143388f05852b0e0e7c279cb497a (patch)
treea03142fb22d04673e8c8bca56ce9c4bd9379acdf
parentcffd41633b5b4bc0fb9397b798b191bc143a4608 (diff)
downloadaur-e696c18e8b56143388f05852b0e0e7c279cb497a.tar.gz
Update to v16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045b14f74619..4538069408c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcem
pkgdesc = Emulator for various IBM PC computers and clones.
- pkgver = 15
+ pkgver = 16
pkgrel = 1
url = http://pcem-emulator.co.uk/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = pcem
depends = wxgtk2
depends = openal
depends = sdl2
- source = http://pcem-emulator.co.uk/files/PCemV15Linux.tar.gz
- sha256sums = b501d3fc2b11bb6127d23fbbcd2de14aabf53460db52daf5d664a80c6f5c85f0
+ source = http://pcem-emulator.co.uk/files/PCemV16Linux.tar.gz
+ sha256sums = 45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499
pkgname = pcem
diff --git a/PKGBUILD b/PKGBUILD
index eb93433261cf..2a9c272bef00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Paden <aaronbpaden@gmail.com>
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
-pkgver=15
+pkgver=16
pkgrel=1
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
@@ -12,7 +12,7 @@ source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
build() {
cd "${srcdir}"
- ./configure --enable-release-build --enable-networking --prefix=/usr
+ ./configure --enable-alsa --enable-release-build --enable-networking --prefix=/usr
make
}
@@ -23,4 +23,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
-sha256sums=('b501d3fc2b11bb6127d23fbbcd2de14aabf53460db52daf5d664a80c6f5c85f0')
+sha256sums=('45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499')