summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2021-11-01 13:46:46 +0000
committergrufo2021-11-01 13:46:46 +0000
commit70fce150489384ef8facd3766161d448eaceb7b0 (patch)
tree335826cee10e3000a63a70dbd389ffd7cb736cf7 /PKGBUILD
parent900ffedc7244a54ff3590f518b2ab502a0c82944 (diff)
downloadaur-70fce150489384ef8facd3766161d448eaceb7b0.tar.gz
Add `libextractor` to the `$depends` array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eddea4444b7..99d6227fe5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: madmurphy <madmurphy333 AT gmail DOT com>
+# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='gnunet-fuse-git'
_appname='gnunet-fuse'
@@ -10,9 +10,9 @@ url='https://gnunet.org/'
license=('GPL')
provides=("${_appname}")
conflicts=("${_appname}" "${_appname}-bin")
-depends=('gnunet' 'fuse2')
+depends=('gnunet' 'fuse2' 'libextractor')
makedepends=('autoconf')
-source=("git+https://gnunet.org/git/${_appname}.git")
+source=("git+https://git.gnunet.org/git/${_appname}.git")
md5sums=('SKIP')