summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Lisowski2020-09-20 14:12:01 +0200
committerMichał Lisowski2020-09-20 14:12:01 +0200
commit65ec03090d1333d2c5e6fa3c9d20cff116938736 (patch)
tree06e9cb5fdc67e1333451ec7a04eacb994ebb66f2
parent8f0f8097307fb1f5cc23ecd59fa575046b8be589 (diff)
downloadaur-65ec03090d1333d2c5e6fa3c9d20cff116938736.tar.gz
pkg-config only required on build time
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cc5bb758d3c..46ecfdebed37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,11 @@ pkgbase = revelation
url = http://revelation.olasagasti.info/
arch = x86_64
license = GPL
+ makedepends = pkg-config
depends = gtk3
depends = python-gobject
depends = libpwquality
depends = python-pycryptodomex
- depends = pkg-config
source = https://github.com/mikelolasagasti/revelation/releases/download/revelation-0.5.3/revelation-0.5.3.tar.xz
sha256sums = 8976644b8904db179f5927ea9045c5082faefdfecf079845ca081321935bdfac
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')