summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-03-26 04:11:11 +0700
committerLev Lybin2018-03-26 04:11:11 +0700
commit66f12afe81488a97dbbec89ba9e29ad8cd564547 (patch)
treefda6bf947c68dfdc8f2575e868ebfd45349311fb
parentd87bf7c6574c6599c81265dfef7ddd95c98782f2 (diff)
downloadaur-66f12afe81488a97dbbec89ba9e29ad8cd564547.tar.gz
upgpkg 2.0.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700cc7c598ae..29e420c36a5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 17 13:58:52 UTC 2018
+# Sun Mar 25 21:10:56 UTC 2018
pkgbase = burstcoin-wallet
pkgdesc = The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm.
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/PoC-Consortium/burstcoin
arch = i686
@@ -12,12 +12,11 @@ pkgbase = burstcoin-wallet
depends = java-runtime>=8
options = !strip
backup = opt/burstcoin-wallet/conf/logging-default.properties
- backup = opt/burstcoin-wallet/conf/nxt-default.properties
backup = opt/burstcoin-wallet/conf/brs-default.properties
- source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.0.0/burstcoin-2.0.0.zip
+ source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.0.1/burstcoin-2.0.1.zip
source = burstcoin-wallet.service
- md5sums = 64ec7530d98e8594c9622c2ec44f3bc2
- md5sums = ffc739247043a0b48b51278666fb095a
+ sha256sums = e5007c422808489a6cdb0502378ad5b423d731e3686db641f30d1d33c74a720a
+ sha256sums = 677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585
pkgname = burstcoin-wallet
diff --git a/PKGBUILD b/PKGBUILD
index dbcd49e584f9..ac9e595f8476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
pkgname=burstcoin-wallet
_realname=burstcoin
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm."
arch=('i686' 'x86_64')
url="https://github.com/PoC-Consortium/burstcoin"
license=('GPL3')
options=('!strip')
-backup=(opt/burstcoin-wallet/conf/{logging-default.properties,nxt-default.properties,brs-default.properties})
+backup=(opt/burstcoin-wallet/conf/{logging-default.properties,brs-default.properties})
depends=('java-runtime-common' 'java-runtime>=8')
source=(https://github.com/PoC-Consortium/burstcoin/releases/download/${pkgver}/burstcoin-${pkgver}.zip
burstcoin-wallet.service
)
-md5sums=('64ec7530d98e8594c9622c2ec44f3bc2'
- 'ffc739247043a0b48b51278666fb095a')
+sha256sums=('e5007c422808489a6cdb0502378ad5b423d731e3686db641f30d1d33c74a720a'
+ '677aa600c97fcba5ec20f3e442f02acd920602e6bf08a8e536088fd6e2d15585')
package() {
install -dm755 $pkgdir/usr/lib/systemd/system