summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2844d24ac5e5..4b01fa333d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = messenger-cli-git
arch = x86_64
license = AGPL
makedepends = meson
- depends = gnunet
+ depends = gnunet-git
depends = libgnunetchat-git
depends = ncurses
provides = messenger-cli
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")