summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaik Broemme2017-12-13 11:39:46 +0100
committerMaik Broemme2017-12-13 11:39:46 +0100
commit698721ff815e1994e2dd3b0928704103642dfdba (patch)
tree4084c336fed6974f84fccc850cdab0f73395d85a
parent56bb13ffa878c45ee36919fed4677252b0f58558 (diff)
downloadaur-698721ff815e1994e2dd3b0928704103642dfdba.tar.gz
removed not needed makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d3aa1e04ed..1a3097268323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = bitcoin-scrypt-git-qt
pkgdesc = Bitcoin Scrypt is a decentralised currency and using the Scrypt algorithm - Qt
pkgver = 20150909.815a15f
- pkgrel = 1
+ pkgrel = 2
url = http://bitcoinscrypt.co/
arch = i686
arch = x86_64
license = MIT
makedepends = boost
makedepends = automoc4
- makedepends = qrencode
- makedepends = miniupnpc
depends = boost-libs
depends = qt4
depends = miniupnpc
diff --git a/PKGBUILD b/PKGBUILD
index 78ef3958802f..572f254ec447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname="bitcoin-scrypt-git-qt"
pkgdesc="Bitcoin Scrypt is a decentralised currency and using the Scrypt algorithm - Qt"
pkgver=20150909.815a15f
-pkgrel=1
+pkgrel=2
arch=("i686" "x86_64")
url="http://bitcoinscrypt.co/"
license=("MIT")
depends=("boost-libs" "qt4" "miniupnpc" "qrencode" "openssl-1.0")
-makedepends=("boost" "automoc4" "qrencode" "miniupnpc")
+makedepends=("boost" "automoc4")
provides=("bitcoin-scrypt-qt")
source=(
"bitcoin-scrypt::git://github.com/bitcoin-scrypt/bitcoin-scrypt"