summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Paden2018-08-16 17:53:11 -0500
committerAaron Paden2018-08-16 17:53:11 -0500
commit0e4dec5801cc324eba755c6ec8afa75b8da04e77 (patch)
tree165b1d7e8c9822a7738fc31cd0f03ad7ce312fa5
parent710f1fae1f0960128f316c7c47b3eb48475fbe4c (diff)
downloadaur-0e4dec5801cc324eba755c6ec8afa75b8da04e77.tar.gz
Add sdl2 dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a5c6240594..e11074372359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed May 2 10:35:22 UTC 2018
+# Thu Aug 16 22:51:04 UTC 2018
pkgbase = pcem
pkgdesc = Emulator for various IBM PC computers and clones.
pkgver = 14
- pkgrel = 3
+ pkgrel = 4
url = http://pcem-emulator.co.uk/
arch = x86_64
arch = i686
license = GPL2
depends = wxgtk2
depends = openal
+ depends = sdl2
source = http://pcem-emulator.co.uk/files/PCemV14Linux.tar.gz
sha256sums = 06d84aa2089945fc554ac108ad94bbe92ef3ade2dbf16c67ddebacdfe8ac17cb
diff --git a/PKGBUILD b/PKGBUILD
index 3f70e01330fd..3d78cce7a19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
pkgver=14
-pkgrel=3
+pkgrel=4
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('wxgtk2' 'openal')
+depends=('wxgtk2' 'openal' 'sdl2')
source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
build() {