summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Podgorny2022-10-09 19:08:42 +0200
committerRadek Podgorny2022-10-09 19:08:42 +0200
commitef295a0110063dc0fc333db608b64fb39acee5fb (patch)
tree712f54ed30b0561c0ef8c9d2f8a40d7c1fda05f4
parente0382f0a413346463e51fb08a5abdef20597e2a7 (diff)
downloadaur-ef295a0110063dc0fc333db608b64fb39acee5fb.tar.gz
add fmt to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a226d8933f79..463173c767e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = litecoin-qt
pkgdesc = Peer-to-peer network based digital currency (QT)
pkgver = 0.21.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.litecoin.org/
install = litecoin-qt.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = litecoin-qt
depends = qrencode
depends = protobuf
depends = libevent
+ depends = fmt
conflicts = litecoin
source = https://download.litecoin.org/litecoin-0.21.2.1/src/litecoin-0.21.2.1.tar.gz
source = boost1770.patch
diff --git a/PKGBUILD b/PKGBUILD
index 421b4d3f04b7..a0f881529bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=litecoin-qt
pkgver=0.21.2.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.litecoin.org/"
license=('MIT')
pkgdesc="Peer-to-peer network based digital currency (QT)"
-depends=(boost-libs qt5-base miniupnpc qrencode protobuf libevent)
+depends=(boost-libs qt5-base miniupnpc qrencode protobuf libevent fmt)
makedepends=(boost qt5-tools)
conflicts=(litecoin)
install=litecoin-qt.install