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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Oct 12 15:15:24 UTC 2017


    Date: Thursday, October 12, 2017 @ 15:15:23
  Author: mtorromeo
Revision: 262460

go-pie rebuild

Modified:
  acbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-12 13:57:13 UTC (rev 262459)
+++ PKGBUILD	2017-10-12 15:15:23 UTC (rev 262460)
@@ -4,28 +4,28 @@
 pkgdesc="App Container Image Build Command"
 pkgname=acbuild
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/appc/acbuild"
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9f689ddbcc8b7c6bc7eb1b71cfd3d1133be8964fc2bc07cc5909134c850c9374')
+sha256sums=('88d99a002eb53212752d6f405d9e02555512b27c5b84e8ef5828607ee9774ed4')
 depends=('glibc')
-makedepends=('go')
+makedepends=('go-pie')
 optdepends=('gnupg: to sign container images')
 license=('Apache')
 options=('!strip')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "build-$pkgver"
   sed "s/^VERSION=.*/VERSION=$pkgver/" -i build
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "build-$pkgver"
   ./build
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "build-$pkgver"
   install -D -m755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
 }



More information about the arch-commits mailing list