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

Laurent Carlier lcarlier at archlinux.org
Thu Feb 14 09:37:51 UTC 2019


    Date: Thursday, February 14, 2019 @ 09:37:50
  Author: lcarlier
Revision: 432182

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 09:37:42 UTC (rev 432181)
+++ PKGBUILD	2019-02-14 09:37:50 UTC (rev 432182)
@@ -1,27 +0,0 @@
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=hatari
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
-makedepends=('cmake' 'systemd')
-source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('eb299460e92db4a8a2983a0725cbbc8c185f1470b8ecd791b3d102815da20924')
-
-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 432181, hatari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-14 09:37:50 UTC (rev 432182)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list