summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Lisowski2020-10-05 18:00:12 +0200
committerMichał Lisowski2020-10-05 18:00:12 +0200
commitc6ed56946865f94ef27e5b4b1f658226db052ec2 (patch)
tree6944c2828bf43331404dae2bbb7e887fd2541bdc
parent44f08816c7ba82c80dc35782a6f6bd012adc39c7 (diff)
downloadaur-c6ed56946865f94ef27e5b4b1f658226db052ec2.tar.gz
gobject-introspection is only required to build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2062cb0e7a10..e26ceeff9963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = revelation
url = http://revelation.olasagasti.info/
arch = x86_64
license = GPL
+ makedepends = gobject-introspection
makedepends = meson
- depends = gobject-introspection
depends = gtk3
depends = libpwquality
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index bba6d25cde39..e79a1eead6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=1
pkgdesc="A password manager for the GNOME desktop"
arch=('x86_64')
license=('GPL')
-makedepends=('meson')
-depends=('gobject-introspection' 'gtk3' 'libpwquality' 'python-gobject' 'python-pycryptodomex')
+makedepends=('gobject-introspection' 'meson')
+depends=('gtk3' 'libpwquality' 'python-gobject' 'python-pycryptodomex')
url="http://revelation.olasagasti.info/"
source=("https://github.com/mikelolasagasti/revelation/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz"
'mime-icon-path.patch')