summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2016-02-07 23:40:57 -0800
committerUncle Hunto2016-02-07 23:40:57 -0800
commitfeb5a29dfdfbb205ec17bb60bf17eb02e7baa108 (patch)
tree04fd2c9a814bf2d4ff07fb342547063c5e8665c9
parentab79d86f7cd8b7ed91996ca491dd0b4d0586a180 (diff)
downloadaur-feb5a29dfdfbb205ec17bb60bf17eb02e7baa108.tar.gz
Remove duplicate lines in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84003d919a5c..38d341392a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 08:14:40 UTC 2016
+# Mon Feb 8 07:40:06 UTC 2016
pkgbase = bitcoin-classic-git
pkgdesc = Bitcoin Classic versions of Bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt, most recent stable branch, w/GUI and wallet
- pkgver = classic.0.11.2.b1.r0.gec8e314
+ pkgver = v0.11.2.cl1.b2.r12.g3a60b0e
pkgrel = 1
url = https://bitcoinclassic.com/
install = bitcoin-qt.install
diff --git a/PKGBUILD b/PKGBUILD
index 50cba184356f..c80d13b1d85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
pkgname=bitcoin-classic-git
-pkgver=classic.0.11.2.b1.r0.gec8e314
+pkgver=v0.11.2.cl1.b2.r12.g3a60b0e
pkgrel=1
pkgdesc='Bitcoin Classic versions of Bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt, most recent stable branch, w/GUI and wallet'
arch=('i686' 'x86_64')
@@ -50,11 +50,9 @@ package() {
"$pkgdir/usr/share/man/man1/bitcoind.1"
install -Dm644 "$srcdir/bitcoinclassic/contrib/debian/manpages/bitcoin.conf.5"\
"$pkgdir/usr/share/man/man5/bitcoin.conf.5"
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
msg2 'Installing bitcoin-cli...'
install -Dm755 "$srcdir/bitcoinclassic/src/bitcoin-cli" "$pkgdir/usr/bin/bitcoin-cli"
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
msg2 'Installing bitcoin-tx...'
install -Dm755 "$srcdir/bitcoinclassic/src/bitcoin-tx" "$pkgdir/usr/bin/bitcoin-tx"