summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorslubman2015-10-06 17:17:49 +0200
committerslubman2015-10-06 17:17:49 +0200
commitb4914445eb923d4d59f22012c5782a921ee41e94 (patch)
tree905b9c237f95e361e5a4be8c49f2489398d749ed /.SRCINFO
parente1d406e3d74a49dc926a729276b06c93d158e502 (diff)
downloadaur-b4914445eb923d4d59f22012c5782a921ee41e94.tar.gz
Add db4.8 dependency
Using the system db package the database can’t be opened by the GUI and then the daemon. Using db4.8 the two programs can use the same database files.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cef8d7370b8..c97885264a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = peerunity
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 3
url = http://www.peercoin.net/download-peerunity
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = peerunity
depends = boost-libs
depends = openssl
depends = miniupnpc
+ depends = db4.8
source = https://github.com/peerunity/peerunity/archive/v0.1.1.tar.gz
source = upnp-1.9.patch
source = peerunityd@.service
@@ -29,6 +30,7 @@ pkgname = peerunity-daemon
depends = boost-libs
depends = openssl
depends = miniupnpc
+ depends = db4.8
pkgname = peerunity-qt
pkgdesc = Comunity client for Peercoin peer-to-peer network based digital currency (Qt)
@@ -37,4 +39,5 @@ pkgname = peerunity-qt
depends = qt4
depends = qrencode
depends = miniupnpc
+ depends = db4.8