Date: Monday, April 24, 2023 @ 23:59:35
  Author: blakkheim
Revision: 1448595

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
    (from rev 1448594, bmake/trunk/PKGBUILD)
  bmake/repos/community-x86_64/keys/
Deleted:
  bmake/repos/community-x86_64/PKGBUILD
  bmake/repos/community-x86_64/keys/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 23:59:02 UTC (rev 1448594)
+++ PKGBUILD    2023-04-24 23:59:35 UTC (rev 1448595)
@@ -1,30 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <[email protected]>
-
-pkgname=bmake
-pkgver=20230321
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-optdepends=('python: for meta2deps.py script')
-#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
-source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
-sha256sums=('ed7d568c08748a2221e19ddc1aebed97dd430ab0c6942304698b1c2363fa8256'
-            'SKIP')
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-  cd bmake
-  ./boot-strap --prefix=/usr op=build
-}
-
-package() {
-  cd bmake
-  ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1448594, 
bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-24 23:59:35 UTC (rev 1448595)
@@ -0,0 +1,30 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <[email protected]>
+
+pkgname=bmake
+pkgver=20230414
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+optdepends=('python: for meta2deps.py script')
+#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
+source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
+sha256sums=('29cb1d26aae7de9def92bdaeb3aad4520e89951ce97b2e75f0b89bae1b95399f'
+            'SKIP')
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+  cd bmake
+  ./boot-strap --prefix=/usr op=build
+}
+
+package() {
+  cd bmake
+  ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to