summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-07-28 23:57:51 +0700
committerLev Lybin2018-07-28 23:57:51 +0700
commit1b792880eb21a9c376012650d8c7a61f5a58b2cb (patch)
treea160a49642229972180eb4193b3a79aa642faf40
parent1bf12984f9ade29a10041be38dfe48843d5d9efb (diff)
downloadaur-1b792880eb21a9c376012650d8c7a61f5a58b2cb.tar.gz
upgpkg: burstcoin-wallet 2.2.2-3, no emptydirs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f4dc624df4..28dc829689fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = burstcoin-wallet
depends = xdg-utils
optdepends = mariadb: for storage
options = !strip
+ options = !emptydirs
backup = opt/burstcoin-wallet/conf/logging-default.properties
backup = opt/burstcoin-wallet/conf/brs-default.properties
source = https://github.com/PoC-Consortium/burstcoin/releases/download/2.2.2/burstcoin-2.2.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 7775ce81684d..da7e4ac7eb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The world's first HDD-mined cryptocurrency using an energy efficient an
arch=('i686' 'x86_64')
url="https://github.com/PoC-Consortium/burstcoin"
license=('GPL3')
-options=('!strip')
+options=('!strip' '!emptydirs')
backup=(opt/burstcoin-wallet/conf/{logging-default.properties,brs-default.properties})
depends=('java-environment' 'xdg-utils')
optdepends=('mariadb: for storage')