summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllison Smith2022-10-11 13:45:16 +1100
committerAllison Smith2022-10-11 13:45:16 +1100
commit370d7fa2737ca4ecf33161bef536eaa9c494a070 (patch)
tree3c6dcaa84e8cf578909ba8f9d6b9902dd32bc034 /PKGBUILD
parentf1642ca074a43503d9a7140de64dcc497f383fb1 (diff)
downloadaur-370d7fa2737ca4ecf33161bef536eaa9c494a070.tar.gz
update to 4.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2db9db23bff..bcd315253a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Jordan Day (FryDay) < jordanday444 at gmail dot com>
+# Maintainer: Allison Smith <alyway@protonmail.com>
+# Contributor: Jordan Day (FryDay) < jordanday444 at gmail dot com>
# Contributor: metscoin <mets_coin@outlook.com>
# shellcheck disable=SC2034
pkgname=raven-qt
-pkgver=4.3.2.1
+pkgver=4.6.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://ravencoin.org/"
@@ -11,7 +12,7 @@ license=('MIT')
pkgdesc="Ravencoin Core Cryptocurrency Wallet (QT)"
depends=('openssl-1.0' 'boost-libs' 'libevent' 'db4.8' 'qt5-base' 'protobuf')
optdepends=('miniupnpc: Automatic UPnP port mapping' 'qrencode: For generating QR codes within the GUI' 'zeromq: Send notifications via zeromq')
-makedepends=(boost qt5-tools)
+makedepends=(boost qt5-tools git)
provides=('raven-qt' 'ravencoind' 'ravencoin-tx')
conflicts=(raven)
install=raven-qt.install