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

Ivy Foster escondida at gemini.archlinux.org
Wed Mar 2 23:03:56 UTC 2022


    Date: Wednesday, March 2, 2022 @ 23:03:56
  Author: escondida
Revision: 1139985

update to 20220214-1; change dir permissions on /usr/bin, closing #73934

Modified:
  bmake/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 23:02:40 UTC (rev 1139984)
+++ PKGBUILD	2022-03-02 23:03:56 UTC (rev 1139985)
@@ -4,8 +4,8 @@
 # Contributor: Imanol Celaya <ilcra1989 at gmail.com>
 
 pkgname=bmake
-pkgver=20211221
-pkgrel=2
+pkgver=20220214
+pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
 url='https://www.crufty.net/help/sjg/bmake.html'
@@ -20,8 +20,10 @@
 )
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=('dbc1e998bd3ddcf535fb79173f4987fc31add40b'
-          'SKIP')
+sha1sums=(
+	9665cfa48c123934f2da1c68bcadef0fe0e24b2b
+	SKIP
+)
 # Key seems to be available only from
 # <https://www.crufty.net/help/sjg/bmake.html>
 validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
@@ -41,4 +43,6 @@
 	rm -rf "$pkgdir/usr/share/man/cat1"
 	install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
 	install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	chmod 755 "$pkgdir/usr/bin"
 }



More information about the arch-commits mailing list