[arch-commits] Commit in rgbds/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri May 14 16:05:44 UTC 2021
Date: Friday, May 14, 2021 @ 16:05:43
Author: alucryd
Revision: 934218
archrelease: copy trunk to community-x86_64
Added:
rgbds/repos/community-x86_64/PKGBUILD
(from rev 934217, rgbds/trunk/PKGBUILD)
Deleted:
rgbds/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 16:05:38 UTC (rev 934217)
+++ PKGBUILD 2021-05-14 16:05:43 UTC (rev 934218)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Vaporeon <vaporeon at vaporeon.io>
-
-pkgname=rgbds
-pkgver=0.5.0
-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=432c769d604a481bdb96e9f13c53289ed5028b0b
-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 934217, rgbds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-14 16:05:43 UTC (rev 934218)
@@ -0,0 +1,43 @@
+# 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:
More information about the arch-commits
mailing list