[arch-commits] Commit in zsnes/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Sun Jul 11 18:34:42 UTC 2021
Date: Sunday, July 11, 2021 @ 18:34:41
Author: arodseth
Revision: 976577
upgpkg: zsnes 2.0.8-1
Modified:
zsnes/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-11 18:05:04 UTC (rev 976576)
+++ PKGBUILD 2021-07-11 18:34:41 UTC (rev 976577)
@@ -6,7 +6,7 @@
# Contributor: Aurelien Foret <orelien at chez.com>
pkgname=zsnes
-pkgver=2.0.2
+pkgver=2.0.8
pkgrel=1
pkgdesc='Super Nintendo emulator'
url='https://github.com/xyproto/zsnes'
@@ -16,11 +16,11 @@
depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
optdepends=('lib32-alsa-lib: sound support for ALSA'
'lib32-libpulse: sound support for Pulse Audio')
-source=("git+$url#commit=944edea30050116115716035ca6f7df6b0efc16d") # tag: 2.0.2
-b2sums=(SKIP)
+source=("git+$url#commit=e129482217a991352cb4bb9891e010943ad41c3c") # tag: 2.0.8
+b2sums=('SKIP')
prepare() {
- gendesk -f --pkgname $pkgname --pkgdesc "$pkgdesc"
+ gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc"
}
build() {
@@ -29,6 +29,6 @@
package() {
install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
- install -Dm644 zsnes.png "$pkgdir/usr/share/pixmaps/zsnes.png"
+ install -Dm644 zsnes/icons/64x64x32.png "$pkgdir/usr/share/pixmaps/zsnes.png"
DESTDIR="$pkgdir" make -C $pkgname install
}
More information about the arch-commits
mailing list