Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages / stella
Commits: 07145a89 by Jonathan Steel at 2024-03-02T09:19:55+00:00 upgpkg: 6.7.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = stella + pkgdesc = Atari 2600 VCS emulator + pkgver = 6.7.1 + pkgrel = 1 + url = https://stella-emu.github.io/ + arch = x86_64 + license = GPL2 + makedepends = glu + depends = sdl2 + depends = gtk-update-icon-cache + source = https://github.com/stella-emu/stella/releases/download/6.7.1/stella-6.7.1-src.tar.xz + sha256sums = 9ef880df87f2d3ffebfbad915247d1fd5a3aca41dfd6a754dcf7a142ac826752 + +pkgname = stella ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Shinlun Hsieh <[email protected]> pkgname=stella -pkgver=6.7 -pkgrel=2 +pkgver=6.7.1 +pkgrel=1 pkgdesc="Atari 2600 VCS emulator" arch=('x86_64') url="https://stella-emu.github.io/" @@ -13,7 +13,7 @@ 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) -sha256sums=('babfcbb39abbd1a992cb1e6d3b2f508df7ed19cb9d0b5b5d624828bb98f97267') +sha256sums=('9ef880df87f2d3ffebfbad915247d1fd5a3aca41dfd6a754dcf7a142ac826752') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stella/-/commit/07145a89f6efd53216fbf87f45918787b16d2fce -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stella/-/commit/07145a89f6efd53216fbf87f45918787b16d2fce You're receiving this email because of your account on gitlab.archlinux.org.
