[arch-commits] Commit in rgbds/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Dec 10 07:16:59 UTC 2020


    Date: Thursday, December 10, 2020 @ 07:16:58
  Author: alucryd
Revision: 772964

upgpkg: rgbds 0.4.2-1

Modified:
  rgbds/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 01:53:28 UTC (rev 772963)
+++ PKGBUILD	2020-12-10 07:16:58 UTC (rev 772964)
@@ -2,7 +2,7 @@
 # Contributor: Vaporeon <vaporeon at vaporeon.io>
 
 pkgname=rgbds
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Rednex GameBoy Development System'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   ninja
 )
-_tag=8c0adb63a185392ac65f02de17522622a99dae89
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
 source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -40,6 +40,7 @@
   find rgbds/src -name *.1 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man1/ \;
   find rgbds/src -name *.5 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man5/ \;
   find rgbds/src -name *.7 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man7/ \;
+  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