summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Pulzer2016-02-26 10:30:48 +0100
committerThomas Pulzer2016-02-26 10:30:48 +0100
commit914700a19891ae3ec1e54b9fe9c0a521a31b5d92 (patch)
treef928be911df48d55703e0d315fa445065d72d999
parent10c0d17d8b1c0bd41e74dcd6e9d13da9ed20c56a (diff)
downloadaur-914700a19891ae3ec1e54b9fe9c0a521a31b5d92.tar.gz
Fixed missing dependencies and removed apparently unnecessary ones.
This is solely a fix in the PKGBUILD, therefore I raised the package release version.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4ea4f28e4dc..7d6d2ccbcec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# Maintainer: Thomas Pulzer <t.pulzer at thesecretgamer dot de>
pkgname=msigna
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="An interactive desktop application for transacting on the bitcoin network."
arch=('x86_64' 'i686')
url="https://ciphrex.com"
license=('AGPL3' 'MIT')
-depends=('qt5-base' 'boost-libs' 'libodb-sqlite' 'qrencode')
-makedepends=('qt5-base' 'boost-libs' 'libodb-sqlite' 'qrencode')
+depends=('qt5-base' 'boost-libs' 'qrencode' 'boost')
+makedepends=('libodb-sqlite' 'odb')
optdepends=('bitcoin-qt')
source=("https://github.com/Faldon/mSIGNA/archive/v$pkgver-AUR.tar.gz")