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

Laurent Carlier lcarlier at archlinux.org
Sun Feb 14 09:10:40 UTC 2021


    Date: Sunday, February 14, 2021 @ 09:10:39
  Author: lcarlier
Revision: 859988

archrelease: copy trunk to community-x86_64

Added:
  hatari/repos/community-x86_64/PKGBUILD
    (from rev 859987, hatari/trunk/PKGBUILD)
Deleted:
  hatari/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 09:10:35 UTC (rev 859987)
+++ PKGBUILD	2021-02-14 09:10:39 UTC (rev 859988)
@@ -1,27 +0,0 @@
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=hatari
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='An Atari ST and STE emulator'
-arch=('x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
-makedepends=('cmake' 'systemd')
-source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('bf48161903930f6470eca1d9c293f51b09b8c54695f5ee213af141316253b8a5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 859987, hatari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-14 09:10:39 UTC (rev 859988)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('44a2f62ca995e38d9e0874806956f0b9c3cc84ea89e0169a63849b63cd3b64bd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list