summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Sztandera2016-07-03 19:42:19 +0200
committerJakub Sztandera2016-07-03 19:42:19 +0200
commitda84d9cfa8aa893bf8ce0ef587fa214df93ccbfb (patch)
treef0c9dd97871e29f5d8564947913cfb5e4aad8979 /PKGBUILD
parent4bc2217358412e14459269ddef8ab072d99aec14 (diff)
downloadaur-da84d9cfa8aa893bf8ce0ef587fa214df93ccbfb.tar.gz
Bump version, add note about migrations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 483f1ed797e3..d8ebc2f1538b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=go-ipfs
pkgname=$_pkgname-git
-pkgver=0.4.2.r267.g50a7df6
+pkgver=0.4.3dev.r0.g50a7df6
pkgrel=1
pkgdesc='global versioned p2p merkledag file system'
url="https://github.com/ipfs/$_pkgname"
@@ -15,9 +15,12 @@ optdepends=('fuse: for mounting/advanced use'
'bash-completion: bash completion support')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+${url}.git" "ipfs.service")
+source=("git+${url}.git" "ipfs.service" "go-ipfs-git.install")
+install="$pkgname.install"
+
sha512sums=('SKIP'
- '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+ '1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+ '563b104c389115fc360315e6b798f058c2429a8d5d95b070db538870e801e6ee03ade42f2c0207dccdc222297f6d74d5e77ff38ad470b9a3e446a6fe169c906e')
pkgver() {
cd "$srcdir/$_pkgname"