summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Touhey2019-07-25 11:32:17 +0200
committerThomas Touhey2019-07-25 11:32:17 +0200
commit9afb581bb6cfad67cca1a815dee28200c35bd062 (patch)
treefde1f287608c78964c6da862a5fea91b3949edf0
parent465d33472dc1ef88dbfd2e41b3d711f83bfd5dd1 (diff)
downloadaur-9afb581bb6cfad67cca1a815dee28200c35bd062.tar.gz
Added SDL as a dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d293934354..a1516bc136d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://p7.planet-casio.com/"
license=('GPL2')
groups=()
-depends=('libusb>=1.0' 'libp7>=3.0')
+depends=('libusb>=1.0' 'libp7>=3.0' 'sdl>=1.2.15')
makedepends=('asciidoc>=8.6.9')
optdepends=()
provides=('p7screen')