summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-04 21:23:47 +0200
committerPhilip Goto2021-09-04 21:23:47 +0200
commitc7a5c261bf56bb21adc0681ce742f47d5665275c (patch)
treecedc64bacb50eb9e3b21d636abfd7a9a6576f855
parent085b27d0640d2f179174ccfe0f0b5f5817058417 (diff)
downloadaur-c7a5c261bf56bb21adc0681ce742f47d5665275c.tar.gz
Update to Update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5be03f959722..e5d80593b033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = icon-library
pkgdesc = Find the right symbolic icon to use on your GNOME application
pkgver = 0.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/World/design/icon-library
arch = x86_64
arch = aarch64
license = GPL3
- makedepends = cmake
+ checkdepends = appstream-glib
makedepends = meson
makedepends = rust
depends = gtksourceview4
@@ -15,4 +15,3 @@ pkgbase = icon-library
sha256sums = 7aaebac60d615138971327a064f7a39ca19ea69e78c27b5fee04de0be76d135c
pkgname = icon-library
-
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8ebfacab0c9f..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!.SRCINFO
-!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index d3998b62b490..d842acabc698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=icon-library
pkgver=0.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Find the right symbolic icon to use on your GNOME application'
arch=(x86_64 aarch64)
url='https://gitlab.gnome.org/World/design/icon-library'
@@ -14,10 +14,10 @@ depends=(
libhandy
)
makedepends=(
- cmake
meson
rust
)
+checkdepends=(appstream-glib)
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('7aaebac60d615138971327a064f7a39ca19ea69e78c27b5fee04de0be76d135c')