summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-10-08 20:35:59 +0100
committergrufo2020-10-08 20:35:59 +0100
commit013e46f703b5869aae22775c8c08bf63d6e96e63 (patch)
tree16fe69120cabfa7da45eb02e31e3f7cb44a39046
parentb60e9e56a2b04862847aa7f7e212eff4f888e999 (diff)
downloadaur-013e46f703b5869aae22775c8c08bf63d6e96e63.tar.gz
Remove `pkgconf` from `$makedepends` array (see https://wiki.archlinux.org/index.php/PKGBUILD#makedepends)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c23339ac13de..7816e66d9501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = nautilus-bluetooth-git
arch = i686
arch = x86_64
license = GPL
- makedepends = pkgconf
makedepends = intltool
depends = glib2
depends = libnautilus-extension
diff --git a/PKGBUILD b/PKGBUILD
index 06d3c0995b94..8a76623d18f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gitlab.gnome.org/madmurphy/nautilus-bluetooth"
license=('GPL')
depends=('glib2' 'libnautilus-extension' 'gnome-bluetooth')
-makedepends=('pkgconf' 'intltool')
+makedepends=('intltool')
provides=("${_extname}")
conflicts=("${_extname}" "${_extname}-bin")
source=("git+https://gitlab.gnome.org/madmurphy/${_extname}.git")