Date: Wednesday, October 5, 2022 @ 14:50:49
  Author: alucryd
Revision: 1321549

upgpkg: rgbds 0.6.0-1

Modified:
  rgbds/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-05 14:42:35 UTC (rev 1321548)
+++ PKGBUILD    2022-10-05 14:50:49 UTC (rev 1321549)
@@ -2,8 +2,8 @@
 # Contributor: Vaporeon <[email protected]>
 
 pkgname=rgbds
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Rednex GameBoy Development System'
 arch=(x86_64)
 url=https://github.com/rednex/rgbds/
@@ -17,7 +17,7 @@
   git
   ninja
 )
-_tag=9d993d84e85eeb8dd304e48463d89865795e97ed
+_tag=f90857032c938ea9fc87d4f9bdefe9864c730774
 source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -36,6 +36,7 @@
 
 package() {
   DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/build
   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/ \;
 }

Reply via email to