summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgruve-p2022-06-06 17:23:15 +0000
committergruve-p2022-06-06 17:23:15 +0000
commit6b8340a49e9508213da486b697accfee46521fc8 (patch)
tree98e4facc4c3e7519984c4f14b52fa776e3eb541e
parentb551b4d1dc11eb69f52ee936ef4ac09cb8422bd1 (diff)
downloadaur-6b8340a49e9508213da486b697accfee46521fc8.tar.gz
Use berkeley 5.3.28, second attempt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23654f751929..7f363ac8c720 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = groestlcoin
pkgver = 23.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.groestlcoin.org/
changelog = Changelog
arch = x86_64
@@ -34,7 +34,6 @@ pkgbase = groestlcoin
pkgname = groestlcoin-daemon
pkgdesc = Groestlcoin is a peer-to-peer network based digital currency - daemon
depends = boost-libs
- depends = db=5.3.28
depends = libevent
depends = miniupnpc
depends = libminiupnpc.so
@@ -59,7 +58,6 @@ pkgname = groestlcoin-qt
depends = protobuf
depends = zeromq
depends = hicolor-icon-theme
- depends = db=5.3.28
depends = gmp
pkgname = groestlcoin-tx
diff --git a/PKGBUILD b/PKGBUILD
index 1dc135cc1363..7ce4eb08b643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=groestlcoin
pkgname=('groestlcoin-daemon' 'groestlcoin-cli' 'groestlcoin-qt' 'groestlcoin-tx' 'groestlcoin-wallet' 'groestlcoin-util')
pkgver=23.0
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://www.groestlcoin.org/"
makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq' 'gmp')
@@ -39,7 +39,7 @@ build() {
package_groestlcoin-qt() {
pkgdesc="Groestlcoin is a peer-to-peer network based digital currency - Qt"
- depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode protobuf zeromq hicolor-icon-theme db=5.3.28 gmp)
+ depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode protobuf zeromq hicolor-icon-theme gmp)
cd $pkgbase-$pkgver
install -Dm755 src/qt/groestlcoin-qt "$pkgdir"/usr/bin/groestlcoin-qt
@@ -62,7 +62,7 @@ package_groestlcoin-qt() {
package_groestlcoin-daemon() {
pkgdesc="Groestlcoin is a peer-to-peer network based digital currency - daemon"
- depends=(boost-libs db=5.3.28 libevent miniupnpc libminiupnpc.so sqlite zeromq gmp)
+ depends=(boost-libs libevent miniupnpc libminiupnpc.so sqlite zeromq gmp)
backup=('etc/groestlcoin/groestlcoin.conf')
cd $pkgbase-$pkgver