summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-29 13:00:31 +0100
committerPhilip Goto2021-12-29 13:00:31 +0100
commitbe7a5de6b6c73a24212d5c5c438d6de0efb206bf (patch)
tree605b066e6522d6130364b793298500d759d0c1e8
parentc51484ff269cd31fe4627929e082200f22278ce3 (diff)
downloadaur-be7a5de6b6c73a24212d5c5c438d6de0efb206bf.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50d9ccf4b3b..4085d80a0baa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = app-icon-preview-git
pkgdesc = Tool for designing applications icons
- pkgver = 2.1.2.r17.g37c7475
+ pkgver = 3.0.0.r20.gb69145e
pkgrel = 1
url = https://gitlab.gnome.org/World/design/app-icon-preview
arch = x86_64
@@ -9,13 +9,12 @@ pkgbase = app-icon-preview-git
makedepends = git
makedepends = meson
makedepends = rust
- depends = libhandy0
+ depends = libadwaita
provides = app-icon-preview
conflicts = app-icon-preview
source = git+https://gitlab.gnome.org/World/design/app-icon-preview.git
source = git+https://gitlab.gnome.org/Teams/Design/HIG-app-icons.git
- sha256sums = SKIP
- sha256sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = app-icon-preview-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dbc93014a12f..75deefe9abfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=app-icon-preview-git
-pkgver=2.1.2.r17.g37c7475
+pkgver=3.0.0.r20.gb69145e
pkgrel=1
pkgdesc='Tool for designing applications icons'
arch=(x86_64 aarch64)
url='https://gitlab.gnome.org/World/design/app-icon-preview'
license=(GPL3)
-depends=(libhandy0)
+depends=(libadwaita)
makedepends=(
git
meson
@@ -19,7 +19,7 @@ source=(
"git+${url}.git"
"git+https://gitlab.gnome.org/Teams/Design/HIG-app-icons.git"
)
-sha256sums=('SKIP' 'SKIP')
+b2sums=('SKIP' 'SKIP')
prepare() {
cd app-icon-preview