summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2015-12-06 15:19:25 +0100
committerFrederic Bezies2015-12-06 15:19:25 +0100
commit1790e4dc5b4e98073a7affc1a73af0091253b331 (patch)
tree6a470023227cad3fe4320061380ef582b8207d4c /PKGBUILD
parent0be044c42e2f9960ffd605b594b6bf65e54a06d7 (diff)
downloadaur-1790e4dc5b4e98073a7affc1a73af0091253b331.tar.gz
package update based on Raimar's comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 485b42bd7080..9648e6719c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=arnold
pkgver=2009.05.31
-pkgrel=4
+pkgrel=5
pkgdesc="An Amstrad CPC emulator using SDL with a GTK+ interface"
arch=('i686' 'x86_64')
url="http://www.yasara.org/cpc/"
-depends=('sdl' 'libgl' 'gtk2' 'alsa-lib' 'pulseaudio')
+depends=('sdl' 'gtk2' 'libpulse')
license=('GPL')
source=("http://www.yasara.org/cpc/arnold_tng.zip" arnold.desktop arnold.png)
md5sums=('b9fcee41371a3d16b1ce2e268778a2c6'
- 'd9ef043bfb472c30b58f858c4fbd80ef'
+ '99e21ce02a53282529af21ff3abbcabd'
'7914c93646818037948eebba293520bc')
build() {
@@ -32,3 +32,4 @@ package () {
install -D -m644 "$srcdir"/arnold.desktop "$pkgdir"/usr/share/applications/arnold.desktop
install -D -m644 "$srcdir"/arnold.png "$pkgdir"/usr/share/pixmaps/arnold.png
}
+