[arch-commits] Commit in hatari/repos/community-x86_64 (PKGBUILD PKGBUILD)
Laurent Carlier
lcarlier at gemini.archlinux.org
Thu Aug 11 14:05:06 UTC 2022
Date: Thursday, August 11, 2022 @ 14:05:06
Author: lcarlier
Revision: 1265239
archrelease: copy trunk to community-x86_64
Added:
hatari/repos/community-x86_64/PKGBUILD
(from rev 1265238, hatari/trunk/PKGBUILD)
Deleted:
hatari/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-11 14:05:00 UTC (rev 1265238)
+++ PKGBUILD 2022-08-11 14:05:06 UTC (rev 1265239)
@@ -1,27 +0,0 @@
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=hatari
-pkgver=2.3.1
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'portmidi' '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
-}
Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 1265238, hatari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-11 14:05:06 UTC (rev 1265239)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'portmidi' 'systemd-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('3e481b08c45cb65d3423157c4e912b458cb72941ff52478362f9abd791cb1ed7')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list