summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2020-09-13 04:15:58 -0300
committerRafael Fontenelle2020-09-13 04:15:58 -0300
commitf53d2d193f6711527c77ff9610d1e6c3ce50f1aa (patch)
treef8779ec5b9d819e44f2c8bb3c40708e313f1fb3c /PKGBUILD
parent901bf035503a9a36f673fc712214e9f45e878175 (diff)
downloadaur-f53d2d193f6711527c77ff9610d1e6c3ce50f1aa.tar.gz
Move appstream-glib to checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ffa87d85291..6ccd21d45e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('x86_64')
url="https://gitlab.gnome.org/World/obfuscate"
license=('GPL3')
depends=('gtk3')
-makedepends=('git' 'meson' 'rust' 'appstream-glib')
+makedepends=('git' 'meson' 'rust')
+checkdepends=('appstream-glib')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=("git+${url}.git")