Date: Tuesday, January 31, 2023 @ 08:58:20
  Author: alucryd
Revision: 1391367

archrelease: copy trunk to community-any

Added:
  stb/repos/community-any/PKGBUILD
    (from rev 1391366, stb/trunk/PKGBUILD)
Deleted:
  stb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-31 08:58:09 UTC (rev 1391366)
+++ PKGBUILD    2023-01-31 08:58:20 UTC (rev 1391367)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Noa-Emil Nissinen <[email protected]>
-
-
-pkgname=stb
-pkgver=r2129.8b5f1f3
-pkgrel=1
-pkgdesc='Single-file public domain (or MIT licensed) libraries for C/C++'
-arch=(any)
-url=https://github.com/nothings/stb
-license=(MIT)
-makedepends=(git)
-_commit=8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55
-source=(git+https://github.com/nothings/stb.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd stb
-  echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-}
-
-package() {
-  install -Dm 644 stb/*.{c,h} -t "${pkgdir}"/usr/include/stb/
-  install -Dm 644 stb/LICENSE -t "${pkgdir}"/usr/share/licenses/stb/
-}
-
-# vim: ts=2 sw=2 et:

Copied: stb/repos/community-any/PKGBUILD (from rev 1391366, stb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-31 08:58:20 UTC (rev 1391367)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Noa-Emil Nissinen <[email protected]>
+
+
+pkgname=stb
+pkgver=r2149.5736b15
+pkgrel=1
+pkgdesc='Single-file public domain (or MIT licensed) libraries for C/C++'
+arch=(any)
+url=https://github.com/nothings/stb
+license=(MIT)
+makedepends=(git)
+_commit=5736b15f7ea0ffb08dd38af21067c314d6a3aae9
+source=(git+https://github.com/nothings/stb.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd stb
+  echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+package() {
+  install -Dm 644 stb/*.{c,h} -t "${pkgdir}"/usr/include/stb/
+  install -Dm 644 stb/LICENSE -t "${pkgdir}"/usr/share/licenses/stb/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to