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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Jul 24 08:35:34 UTC 2022


    Date: Sunday, July 24, 2022 @ 08:35:33
  Author: svenstaro
Revision: 1255886

upgpkg: supertux 0.6.3-4: Remove Discord Rich Presence extra files

We don't need the headers there (FS#75368)

Modified:
  supertux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-24 08:31:19 UTC (rev 1255885)
+++ PKGBUILD	2022-07-24 08:35:33 UTC (rev 1255886)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
 arch=('x86_64')
 url="https://github.com/supertux/supertux"
@@ -42,4 +42,5 @@
   cd "SuperTux-v${pkgver}-Source"
 
   make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
 }



More information about the arch-commits mailing list