Date: Monday, April 6, 2020 @ 19:12:34 Author: jsteel Revision: 612078
archrelease: copy trunk to community-x86_64 Added: stella/repos/community-x86_64/PKGBUILD (from rev 612077, stella/trunk/PKGBUILD) Deleted: stella/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-04-06 19:12:19 UTC (rev 612077) +++ PKGBUILD 2020-04-06 19:12:34 UTC (rev 612078) @@ -1,30 +0,0 @@ -# Maintainer: Jonathan Steel <jsteel at archlinux.org> -# Contributor: Renato Garcia <fgarcia.ren...@gmail.com> -# Contributor: Tiago Camargo <tcama...@gmail.com> -# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> - -pkgname=stella -pkgver=6.1 -pkgrel=1 -pkgdesc="Atari 2600 VCS emulator" -arch=('x86_64') -url="https://stella-emu.github.io/" -license=('GPL2') -depends=('sdl2' 'gtk-update-icon-cache') -makedepends=('glu') -source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz) -md5sums=('380788141b26e6a7b214b646fecbf4f3') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr - - make -} - -package() { - cd $pkgname-$pkgver - - make DESTDIR="$pkgdir" install -} Copied: stella/repos/community-x86_64/PKGBUILD (from rev 612077, stella/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-04-06 19:12:34 UTC (rev 612078) @@ -0,0 +1,30 @@ +# Maintainer: Jonathan Steel <jsteel at archlinux.org> +# Contributor: Renato Garcia <fgarcia.ren...@gmail.com> +# Contributor: Tiago Camargo <tcama...@gmail.com> +# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw> + +pkgname=stella +pkgver=6.1.1 +pkgrel=1 +pkgdesc="Atari 2600 VCS emulator" +arch=('x86_64') +url="https://stella-emu.github.io/" +license=('GPL2') +depends=('sdl2' 'gtk-update-icon-cache') +makedepends=('glu') +source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz) +md5sums=('ccf63b9a056e828340493c3d86edba9b') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr + + make +} + +package() { + cd $pkgname-$pkgver + + make DESTDIR="$pkgdir" install +}