summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2016-01-29 00:16:05 -0800
committerUncle Hunto2016-01-29 00:16:05 -0800
commitab79d86f7cd8b7ed91996ca491dd0b4d0586a180 (patch)
treef141d9c0f2d69207f3a60aa8fcd3c608526af005
parent7f067d4604a2b6acaaf11bfa50af7aec82605633 (diff)
downloadaur-ab79d86f7cd8b7ed91996ca491dd0b4d0586a180.tar.gz
Remove install file from sources
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc27e8b562bb..84003d919a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 07:48:09 UTC 2016
+# Fri Jan 29 08:14:40 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
@@ -29,11 +29,8 @@ pkgbase = bitcoin-classic-git
conflicts = bitcoin-qt
conflicts = bitcoin-tx
source = git+https://github.com/bitcoinclassic/bitcoinclassic.git#branch=0.11.2
- source = bitcoin-qt.install
sha256sums = SKIP
- sha256sums = ebf7090ca1202e2c2ccd1aa5bb03e6ac911c458141a1cedda9b41f9c26c2602c
sha512sums = SKIP
- sha512sums = 67383fa1dd2f9576cc3c282f3a9b8c5f2d3eaa13799a6a7eb9eb2969face0ddaf6bb82c286c928b89397d8d2c9ba2efe9a603442f4bf6ed6d89ae9323c169375
pkgname = bitcoin-classic-git
diff --git a/PKGBUILD b/PKGBUILD
index 9612245ceba3..50cba184356f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,9 @@ makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
provides=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
conflicts=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
install=bitcoin-qt.install
-source=('git+https://github.com/bitcoinclassic/bitcoinclassic.git#branch=0.11.2'
- 'bitcoin-qt.install')
-sha256sums=('SKIP'
- 'ebf7090ca1202e2c2ccd1aa5bb03e6ac911c458141a1cedda9b41f9c26c2602c')
-sha512sums=('SKIP'
- '67383fa1dd2f9576cc3c282f3a9b8c5f2d3eaa13799a6a7eb9eb2969face0ddaf6bb82c286c928b89397d8d2c9ba2efe9a603442f4bf6ed6d89ae9323c169375')
+source=('git+https://github.com/bitcoinclassic/bitcoinclassic.git#branch=0.11.2')
+sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "$srcdir/bitcoinclassic"