summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-10-08 20:35:11 +0100
committergrufo2020-10-08 20:35:11 +0100
commit58fa4a6a09e684774144c4df6dd9de325f56d369 (patch)
treecd79937057ceda745cede284d3cce82c0649fbbe
parentca658d59f7aa40886ca6eac7ad2baac7d3431c45 (diff)
downloadaur-58fa4a6a09e684774144c4df6dd9de325f56d369.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 785cc39ad762..b064faf42a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = nautilus-launch
arch = i686
arch = x86_64
license = GPL
- makedepends = pkgconf
makedepends = intltool
depends = glib2
depends = libnautilus-extension
diff --git a/PKGBUILD b/PKGBUILD
index 570785b75362..4a18e25714c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='https://github.com/madmurphy/nautilus-launch'
license=('GPL')
depends=('glib2' 'libnautilus-extension')
-makedepends=('pkgconf' 'intltool')
+makedepends=('intltool')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
sha256sums=('73a5b55956335d4d1eff0e8ef0ea46d473fc23f579b05f402a666478bcc985c9')