summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Lisowski2020-09-20 14:12:01 +0200
committerMichał Lisowski2020-09-20 14:12:01 +0200
commit65ec03090d1333d2c5e6fa3c9d20cff116938736 (patch)
tree06e9cb5fdc67e1333451ec7a04eacb994ebb66f2 /PKGBUILD
parent8f0f8097307fb1f5cc23ecd59fa575046b8be589 (diff)
downloadaur-65ec03090d1333d2c5e6fa3c9d20cff116938736.tar.gz
pkg-config only required on build time
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 598bf64067a0..b82130df1ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgrel=1
pkgdesc="A password manager for the GNOME desktop"
arch=('x86_64')
license=('GPL')
-depends=('gtk3' 'python-gobject' 'libpwquality' 'python-pycryptodomex' 'pkg-config')
+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')