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

Antonio Rojas arojas at archlinux.org
Fri Mar 2 21:21:55 UTC 2018


    Date: Friday, March 2, 2018 @ 21:21:54
  Author: arojas
Revision: 301628

Update to 20180222

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-02 21:21:26 UTC (rev 301627)
+++ PKGBUILD	2018-03-02 21:21:54 UTC (rev 301628)
@@ -1,9 +1,10 @@
-# Maintainer: Alex Szczuczko <alex at szc dot ca>
+# Maintainer:
+# Contributor: Alex Szczuczko <alex at szc dot ca>
 # Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
 # Contributor: Imanol Celaya <ilcra1989 at gmail.com>
 
 pkgname=bmake
-pkgver=20170720
+pkgver=20180222
 pkgrel=1
 pkgdesc="Portable version of the NetBSD 'make' build tool"
 arch=('x86_64')
@@ -10,7 +11,7 @@
 url="http://www.crufty.net/help/sjg/bmake.html"
 license=('BSD')
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
-sha256sums=('79efd778425d7b724161ef1711d65a54d72852746a7f616ff9956840ce58f4ef')
+sha256sums=('6069ea5e72943fe3f7fb4ac43a189b99a90fd830bf6c84572f631f3aa7f507f9')
 
 prepare() {
     cd "$srcdir/$pkgname"
@@ -21,7 +22,6 @@
 }
 
 build() {
-    cd "$srcdir"
     mkdir -p bmake-build
     cd bmake-build
     sh ../bmake/boot-strap --prefix=/usr
@@ -28,7 +28,7 @@
 }
 
 package() {
-    cd "$srcdir/bmake-build"
+    cd bmake-build
     # Fix directory permissions on install
     install -dm0755 "$pkgdir/usr/bin"
     install -dm0755 "$pkgdir/usr/share/man/cat1"



More information about the arch-commits mailing list