Date: Sunday, January 27, 2019 @ 12:18:43 Author: jsteel Revision: 428211
upgpkg: stella 6.0-1 Modified: stella/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-27 11:07:22 UTC (rev 428210) +++ PKGBUILD 2019-01-27 12:18:43 UTC (rev 428211) @@ -4,7 +4,7 @@ # Contributor: Shinlun Hsieh <[email protected]> pkgname=stella -pkgver=5.1.3 +pkgver=6.0 pkgrel=1 pkgdesc="Atari 2600 VCS emulator" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('sdl2' 'gtk-update-icon-cache') makedepends=('glu') source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz) -md5sums=('f7cccdf4761b7183a235ffeef136e180') +md5sums=('496dc9837f6bd634a7567e37f21a49f2') build() { cd $pkgname-$pkgver
