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

Daniel Bermond dbermond at archlinux.org
Sun Nov 10 15:48:44 UTC 2019


    Date: Sunday, November 10, 2019 @ 15:48:43
  Author: dbermond
Revision: 526467

upgpkg: fs-uae 3.0.2-1

Updated to version 3.0.2

Modified:
  fs-uae/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 15:24:37 UTC (rev 526466)
+++ PKGBUILD	2019-11-10 15:48:43 UTC (rev 526467)
@@ -1,10 +1,10 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
 # Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
 # Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
 # Contributor: Guilherme Calé <gui at cabritacale.eu>
 
 pkgname=fs-uae
-pkgver=3.0.0
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
 arch=('x86_64')
@@ -12,9 +12,10 @@
 license=('GPL2')
 depends=('sdl2' 'glib2' 'libpng' 'openal' 'libx11' 'libmpeg2' 'zlib'
          'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('fs-uae-launcher: for the graphical user interface')
 makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
 source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964')
+sha256sums=('4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab')
 
 build() {
     cd "${pkgname}-${pkgver}"
@@ -26,7 +27,5 @@
 }
 
 package() {
-    cd "${pkgname}-${pkgver}"
-    
-    make DESTDIR="$pkgdir" install
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list