summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-04 21:34:23 +0200
committerPhilip Goto2021-09-04 21:34:23 +0200
commit9ec98cf9091e512a1788df8d4668b0ec8b226589 (patch)
treeed026326106adfdc7f31a7993ecc3caa9743cb32
parente570ba101690aebc02343c6ba4d5fecf106be863 (diff)
downloadaur-9ec98cf9091e512a1788df8d4668b0ec8b226589.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2ac25ef8b47..1a197fe7a0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = icon-library-git
pkgdesc = Find the right symbolic icon to use on your GNOME application
- pkgver = 0.0.8.r64.g022a372
+ pkgver = 0.0.8.r73.g58d0a7f
pkgrel = 1
url = https://gitlab.gnome.org/World/design/icon-library
arch = x86_64
arch = aarch64
license = GPL3
- makedepends = cmake
+ checkdepends = appstream-glib
makedepends = git
makedepends = meson
makedepends = rust
diff --git a/PKGBUILD b/PKGBUILD
index 2568d16c1189..dc4224103a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=icon-library-git
-pkgver=0.0.8.r64.g022a372
+pkgver=0.0.8.r73.g58d0a7f
pkgrel=1
pkgdesc='Find the right symbolic icon to use on your GNOME application'
arch=(x86_64 aarch64)
@@ -12,11 +12,11 @@ depends=(
libadwaita
)
makedepends=(
- cmake
git
meson
rust
)
+checkdepends=(appstream-glib)
provides=(icon-library)
conflicts=(icon-library)
source=("git+${url}.git")