[arch-commits] Commit in go-ipfs/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Thu Mar 2 08:57:34 UTC 2017
Date: Thursday, March 2, 2017 @ 08:57:34
Author: demize
Revision: 214491
upgpkg: go-ipfs 0.4.6-1
Modified:
go-ipfs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-02 08:57:28 UTC (rev 214490)
+++ PKGBUILD 2017-03-02 08:57:34 UTC (rev 214491)
@@ -6,7 +6,7 @@
# Contributor: Ian Naval <ianonavy at gmail.com>
pkgname=go-ipfs
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -20,7 +20,7 @@
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
ipfs.service)
-sha512sums=('15e355973a463354c7019ed7ae8dd1c8337a38c159e882abcaaa80b2f32a0d8879ebfe12a98bbcfbcefdfc13bde3ed80ac91cc34c6e4e5e37336f94100634bc0'
+sha512sums=('ae38084f8116444b36f878f620d279ead6ad3a3c49b25150f5c7f9e321a443b074167d6b4159f3d46a41fd5de51efb592a7df4932e6e14779e0ae6718970f4a7'
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
prepare() {
@@ -29,7 +29,7 @@
ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
cd "$GOPATH"/src/github.com/ipfs/go-ipfs
- make gx_check
+ make deps
}
build() {
More information about the arch-commits
mailing list