summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacki2024-03-14 18:20:57 +0100
committerJacki2024-03-14 18:20:57 +0100
commitc5f9abcdc50da82791e598a5dbdee7eb48dfb1c2 (patch)
treec944a2a7ab0531b14f92493411413c1e73a1cffd /PKGBUILD
parentbe00cb81551822001b275c01fa057e795d8f03c8 (diff)
downloadaur-messenger-cli-git.tar.gz
Use gnunet-git as dependency
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25a439827c2f..f0d136f38fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://${_framework}.org"
license=('AGPL')
makedepends=('meson')
-depends=("${_framework}" 'libgnunetchat-git' 'ncurses')
+depends=("${_framework}-git" 'libgnunetchat-git' 'ncurses')
provides=("${_appname}")
conflicts=("${_appname}" "${_appname}-bin")
source=("git+https://git.${_framework}.org/${_appname}.git")