Date: Sunday, July 23, 2017 @ 22:45:05 Author: jsteel Revision: 246153
upgpkg: stella 5.0.1-1 Modified: stella/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-23 22:40:23 UTC (rev 246152) +++ PKGBUILD 2017-07-23 22:45:05 UTC (rev 246153) @@ -4,7 +4,7 @@ # Contributor: Shinlun Hsieh <[email protected]> pkgname=stella -pkgver=4.7.3 +pkgver=5.0.1 pkgrel=1 pkgdesc="Atari 2600 VCS emulator" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ license=('GPL2') depends=('sdl2' 'gtk-update-icon-cache') makedepends=('glu') -source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz) -md5sums=('898578ee405430815e12374f191e9b51') +source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz) +md5sums=('45deeed59a6a54ba46ad14b3c74e209d') build() { cd $pkgname-$pkgver
