summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Lisowski2020-09-21 10:03:22 +0200
committerMichał Lisowski2020-09-21 10:03:22 +0200
commit39d8351b5c5723bb49d472ceebc12dc9b76cb070 (patch)
treefeb16fac7d0b27b311f4dbfaec15e00933347a94 /PKGBUILD
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().
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
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')