summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}
+