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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:41:16 UTC 2022


    Date: Monday, July 11, 2022 @ 20:41:16
  Author: eworm
Revision: 1249693

archrelease: copy trunk to community-x86_64

Added:
  stella/repos/community-x86_64/PKGBUILD
    (from rev 1249692, stella/trunk/PKGBUILD)
Deleted:
  stella/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:41:14 UTC (rev 1249692)
+++ PKGBUILD	2022-07-11 20:41:16 UTC (rev 1249693)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Renato Garcia <fgarcia.renato at gmail.com>
-# Contributor: Tiago Camargo <tcamargo at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=stella
-pkgver=6.7
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('x86_64')
-url="https://stella-emu.github.io/"
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('b8bff4765abf07532fc67ec0c911398f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 1249692, stella/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:41:16 UTC (rev 1249693)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Renato Garcia <fgarcia.renato at gmail.com>
+# Contributor: Tiago Camargo <tcamargo at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=stella
+pkgver=6.7
+pkgrel=2
+pkgdesc="Atari 2600 VCS emulator"
+arch=('x86_64')
+url="https://stella-emu.github.io/"
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
+md5sums=('b8bff4765abf07532fc67ec0c911398f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list