summaryrefslogtreecommitdiff
path: root/community/stella/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/stella/PKGBUILD')
-rw-r--r--community/stella/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/stella/PKGBUILD b/community/stella/PKGBUILD
index 8896a826a..ffcd5101e 100644
--- a/community/stella/PKGBUILD
+++ b/community/stella/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
pkgname=stella
-pkgver=3.9.3
-pkgrel=2
+pkgver=4.0
+pkgrel=1
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')
+depends=('sdl2' 'gtk-update-icon-cache')
makedepends=('glu')
install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('007d45faa46341763da31f87d55df2d8')
+md5sums=('eddf048493d3242827c86ffa464a9dc2')
build() {
cd "$srcdir"/$pkgname-$pkgver