summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2023-10-08 21:23:50 +0200
committermrxx2023-10-08 21:23:50 +0200
commit1040cabd4c6d6be4f111d0a487a03308eb636ef0 (patch)
tree3549c630c3d8f88371593b8e0e7777067315c8d2 /PKGBUILD
parentdc75ad854af123f375b5b683be64aa14573170d7 (diff)
downloadaur-litecoin-qt.tar.gz
Fix package description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b336fcc441c..c9738a745e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=2
arch=('i686' 'x86_64')
url="http://www.litecoin.org/"
license=('MIT')
-pkgdesc="Peer-to-peer network based digital currency (QT)"
+pkgdesc="Peer-to-peer network based digital currency (Qt)"
depends=(boost-libs qt5-base miniupnpc qrencode protobuf libevent fmt)
makedepends=(boost qt5-tools)
conflicts=(litecoin)