[arch-commits] Commit in zsnes/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jul 8 20:37:29 UTC 2021


    Date: Thursday, July 8, 2021 @ 20:37:29
  Author: arodseth
Revision: 975857

Disable old X11-related screensaver-disabling code that sometimes segfaulted

Modified:
  zsnes/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-08 20:00:05 UTC (rev 975856)
+++ PKGBUILD	2021-07-08 20:37:29 UTC (rev 975857)
@@ -6,8 +6,8 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=zsnes
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Super Nintendo emulator'
 url='https://github.com/xyproto/zsnes'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 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=af4fcf97ca0892bb6b47d6e03a17ada3539ea55a") # tag: 2.0.0
+source=("git+$url#commit=96af5fa7e2b4b60a7e861936ca340a724790bf6f") # tag: 2.0.1
 b2sums=(SKIP)
 
 prepare() {
@@ -30,6 +30,5 @@
 package() {
   install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
   install -Dm644 zsnes.png "$pkgdir/usr/share/pixmaps/zsnes.png"
-  install -Dm755 zsnes/zsnes "$pkgdir/usr/bin/zsnes"
-  install -Dm644 zsnes/linux/zsnes.1 "$pkgdir/usr/share/man/man1/zsnes.1"
+  DESTDIR="$pkgdir" make -C $pkgname install
 }




More information about the arch-commits mailing list