[arch-commits] Commit in fs-uae/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Mon Mar 30 14:11:21 UTC 2020


    Date: Monday, March 30, 2020 @ 14:11:20
  Author: dbermond
Revision: 606997

archrelease: copy trunk to community-x86_64

Added:
  fs-uae/repos/community-x86_64/PKGBUILD
    (from rev 606996, fs-uae/trunk/PKGBUILD)
Deleted:
  fs-uae/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 14:10:50 UTC (rev 606996)
+++ PKGBUILD	2020-03-30 14:11:20 UTC (rev 606997)
@@ -1,31 +0,0 @@
-# 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.2
-pkgrel=1
-pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
-arch=('x86_64')
-url='https://fs-uae.net/'
-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=('4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    
-    # need to disable the jit compiler to add PIE to binaries
-    ./configure --prefix='/usr' --disable-jit
-    
-    make 
-}
-
-package() {
-    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 606996, fs-uae/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-30 14:11:20 UTC (rev 606997)
@@ -0,0 +1,31 @@
+# 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.3
+pkgrel=1
+pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
+arch=('x86_64')
+url='https://fs-uae.net/'
+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=('584260164641a977a82d37ffc6654031559be785a490237d25552d00b445ac6c')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    
+    # need to disable the jit compiler to add PIE to binaries
+    ./configure --prefix='/usr' --disable-jit
+    
+    make 
+}
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list