diff options
Diffstat (limited to 'community/stella/PKGBUILD')
-rw-r--r-- | community/stella/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/stella/PKGBUILD b/community/stella/PKGBUILD index 2e0be090d..8896a826a 100644 --- a/community/stella/PKGBUILD +++ b/community/stella/PKGBUILD @@ -5,12 +5,13 @@ pkgname=stella pkgver=3.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="A multi-platform Atari 2600 VCS emulator" arch=('i686' 'x86_64') url="http://stella.sourceforge.net" license=('GPL') depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache') +makedepends=('glu') install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz) md5sums=('007d45faa46341763da31f87d55df2d8') |