summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2017-04-17 00:58:40 +0200
committerVictor Grousset/tuxayo2017-04-17 00:58:40 +0200
commit23c0b88ffed0e24564af0d450d7198f016beeb8d (patch)
tree73b8d552b640233ad86cdb4b1f6b7670735b980d
parent6d4a719291850c9fcf5c262e27eface6ad5bfd4a (diff)
downloadaur-23c0b88ffed0e24564af0d450d7198f016beeb8d.tar.gz
fix source to point on the branch and not the tag
which made the last commit useless
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6652f8d7ebf7..1b8dffeae688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoind-unlimited-git
pkgdesc = Bitcoin Unlimited versions of bitcoind, bitcoin-cli, and bitcoin-tx
pkgver = 1.0.1.3.r929
- pkgrel = 1
+ pkgrel = 2
url = http://www.bitcoinunlimited.info
install = bitcoin.install
arch = i686
@@ -34,7 +34,7 @@ pkgbase = bitcoind-unlimited-git
conflicts = bitcoin-tx
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = git+https://github.com/BitcoinUnlimited/BitcoinUnlimited.git#tag=1.0.1.3
+ source = git+https://github.com/BitcoinUnlimited/BitcoinUnlimited.git#branch=release
source = bitcoin.conf
source = bitcoin.logrotate
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e940fccdc075..4000b2728a3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bitcoind-unlimited-git
pkgver=1.0.1.3.r929
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Unlimited versions of bitcoind, bitcoin-cli, and bitcoin-tx"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.bitcoinunlimited.info"
@@ -23,7 +23,7 @@ makedepends=('autoconf'
'make'
'pkg-config')
license=('MIT')
-source=(git+https://github.com/BitcoinUnlimited/BitcoinUnlimited.git#tag=1.0.1.3
+source=(git+https://github.com/BitcoinUnlimited/BitcoinUnlimited.git#branch=release
bitcoin.conf
bitcoin.logrotate)
sha256sums=('SKIP'