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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Nov 24 12:01:24 UTC 2021


    Date: Wednesday, November 24, 2021 @ 12:01:24
  Author: alucryd
Revision: 1054641

archrelease: copy trunk to community-x86_64

Added:
  rgbds/repos/community-x86_64/PKGBUILD
    (from rev 1054640, rgbds/trunk/PKGBUILD)
Deleted:
  rgbds/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 12:01:19 UTC (rev 1054640)
+++ PKGBUILD	2021-11-24 12:01:24 UTC (rev 1054641)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Vaporeon <vaporeon at vaporeon.io>
-
-pkgname=rgbds
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Rednex GameBoy Development System'
-arch=(x86_64)
-url=https://github.com/rednex/rgbds/
-license=(MIT)
-depends=(
-  glibc
-  libpng
-)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-_tag=830df360ae7dd5f045d177c5bc57746a9a6d337e
-source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd rgbds
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S rgbds -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
-  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/zsh/site-functions/ \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: rgbds/repos/community-x86_64/PKGBUILD (from rev 1054640, rgbds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-24 12:01:24 UTC (rev 1054641)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Vaporeon <vaporeon at vaporeon.io>
+
+pkgname=rgbds
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=9d993d84e85eeb8dd304e48463d89865795e97ed
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd rgbds
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S rgbds -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/zsh/site-functions/ \;
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list