summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-09-07 23:27:56 +0200
committerMarcin Wieczorek2016-09-07 23:27:56 +0200
commit8ad9393fa4de3c99f5c6e17f284de972c4e38999 (patch)
tree92abfccf3a48373c7d7fc01ce6fc5bf118f44c1e
parent05d1378b6eb33e638b65f94acc28fc9ee0c7ac0d (diff)
downloadaur-8ad9393fa4de3c99f5c6e17f284de972c4e38999.tar.gz
Update to v0.12.0.58
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--dash-qt.install11
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 538b5ca121c5..ac3fd5c228da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dash
pkgdesc = Dash peer-to-peer network based digital currency
- pkgver = 0.12.0.57
+ pkgver = 0.12.0.58
pkgrel = 1
url = http://www.dashpay.io/
arch = i686
@@ -18,9 +18,9 @@ pkgbase = dash
optdepends = zeromq: Optional, allows generating ZMQ notifications
optdepends = miniupnpc: Firewall-jumping support
optdepends = db4.8: Wallet storage
- source = https://github.com/dashpay/dash/archive/v0.12.0.57.tar.gz
+ source = https://github.com/dashpay/dash/archive/v0.12.0.58.tar.gz
source = dashd@.service
- sha256sums = 74d734bb1589d95140a83b17a1670f59870343d8400a4551a4568e6b7ff27dad
+ sha256sums = 5e149b1a531af401e66ba655e95e7d16cb8ee4ab2ed7f5338f5ba3a9124dd744
sha256sums = 00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9
pkgname = dash-daemon
@@ -31,7 +31,6 @@ pkgname = dash-cli
pkgname = dash-qt
pkgdesc = Dash peer-to-peer network based digital currency (Qt)
- install = dash-qt.install
depends = boost-libs
depends = libevent
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 9eb3dcbb1891..594473cd8796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('dash-daemon' 'dash-cli' 'dash-qt')
pkgbase=dash
-pkgver=0.12.0.57
+pkgver=0.12.0.58
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.dashpay.io/"
@@ -16,7 +16,7 @@ pkgdesc="Dash peer-to-peer network based digital currency "
license=('MIT')
source=("https://github.com/dashpay/dash/archive/v${pkgver}.tar.gz"
"dashd@.service")
-sha256sums=('74d734bb1589d95140a83b17a1670f59870343d8400a4551a4568e6b7ff27dad'
+sha256sums=('5e149b1a531af401e66ba655e95e7d16cb8ee4ab2ed7f5338f5ba3a9124dd744'
'00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9')
prepare() {
@@ -58,7 +58,7 @@ package_dash-qt() {
depends+=('qt5-base' 'qt5-tools' 'miniupnpc')
optdepends=('protobuf: Data interchange format used for payment protocol'
'qrencode: Optional for generating QR codes')
- install=dash-qt.install
+
pkgdesc+="(Qt)"
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/dash-qt.install b/dash-qt.install
deleted file mode 100644
index f98ba7338938..000000000000
--- a/dash-qt.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}