summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Lisowski2020-09-21 10:03:22 +0200
committerMichał Lisowski2020-09-21 10:03:22 +0200
commit39d8351b5c5723bb49d472ceebc12dc9b76cb070 (patch)
treefeb16fac7d0b27b311f4dbfaec15e00933347a94
parent65ec03090d1333d2c5e6fa3c9d20cff116938736 (diff)
downloadaur-39d8351b5c5723bb49d472ceebc12dc9b76cb070.tar.gz
pkg-config make dependency is redundant
As mentioned by yochananmarqos, pkgconf package is part of the base-devel group which is expected to be installed and do not need to be declared in makedepends().
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ecfdebed37..88557bd52ac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = revelation
url = http://revelation.olasagasti.info/
arch = x86_64
license = GPL
- makedepends = pkg-config
depends = gtk3
depends = python-gobject
depends = libpwquality
diff --git a/PKGBUILD b/PKGBUILD
index b82130df1ddb..a9b6ffef3c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="A password manager for the GNOME desktop"
arch=('x86_64')
license=('GPL')
depends=('gtk3' 'python-gobject' 'libpwquality' 'python-pycryptodomex')
-makedepends=('pkg-config')
url="http://revelation.olasagasti.info/"
source=("https://github.com/mikelolasagasti/revelation/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('8976644b8904db179f5927ea9045c5082faefdfecf079845ca081321935bdfac')