Date: Tuesday, January 20, 2015 @ 21:44:07 Author: jsteel Revision: 126322
upgpkg: stella 4.5-1 Modified: stella/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-20 20:06:51 UTC (rev 126321) +++ PKGBUILD 2015-01-20 20:44:07 UTC (rev 126322) @@ -4,17 +4,17 @@ # Contributor: Shinlun Hsieh <[email protected]> pkgname=stella -pkgver=4.2 +pkgver=4.5 pkgrel=1 -pkgdesc="A multi-platform Atari 2600 VCS emulator" +pkgdesc="Atari 2600 VCS emulator" arch=('i686' 'x86_64') url="http://stella.sourceforge.net" -license=('GPL') +license=('GPL2') depends=('sdl2' 'gtk-update-icon-cache') makedepends=('glu') install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz) -md5sums=('d131ac3f90e769f2b0f47fd3a918be77') +md5sums=('420f9951ed7c058dbd4bf8ccc6d9e015') build() { cd $pkgname-$pkgver
