summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Paden2020-04-20 11:32:05 -0500
committerAaron Paden2020-04-20 11:32:05 -0500
commit62ae5403de493f543259f27e40d03bcd260ff872 (patch)
tree1579d75516c840dfc50148860c74ead15a09917d
parente696c18e8b56143388f05852b0e0e7c279cb497a (diff)
downloadaur-62ae5403de493f543259f27e40d03bcd260ff872.tar.gz
Depend on alsa-lib. Thank you miffe.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4538069408c7..a45f12bdf4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pcem
pkgdesc = Emulator for various IBM PC computers and clones.
pkgver = 16
- pkgrel = 1
+ pkgrel = 2
url = http://pcem-emulator.co.uk/
arch = x86_64
arch = i686
@@ -9,6 +9,7 @@ pkgbase = pcem
depends = wxgtk2
depends = openal
depends = sdl2
+ depends = alsa-lib
source = http://pcem-emulator.co.uk/files/PCemV16Linux.tar.gz
sha256sums = 45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499
diff --git a/PKGBUILD b/PKGBUILD
index 2a9c272bef00..05af42c3452e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
pkgver=16
-pkgrel=1
+pkgrel=2
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('wxgtk2' 'openal' 'sdl2')
+depends=('wxgtk2' 'openal' 'sdl2' 'alsa-lib')
source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
build() {