summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-09-27 05:26:18 +0300
committerIgor Dyatlov2022-09-27 05:26:18 +0300
commitb39c1a5816c466c3777933378478352777728ded (patch)
tree9f53f7ea14719e934c0aa74c7051133a201c6ad4
parentb657b6b87ec2c4d8d87d2317c948ece86b1dd681 (diff)
downloadaur-b39c1a5816c466c3777933378478352777728ded.tar.gz
Up 43.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084091dbea3c..2f2510ba15db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = workbench
pkgdesc = Learn and prototype with GNOME technologies
- pkgver = 42.3
+ pkgver = 43.0
pkgrel = 1
url = https://github.com/sonnyp/Workbench
install = workbench.install
arch = x86_64
+ arch = aarch64
license = GPL3
checkdepends = appstream-glib
makedepends = git
@@ -17,11 +18,11 @@ pkgbase = workbench
depends = libadwaita
depends = libportal-gtk4
depends = vala
- depends = vte4-git
+ depends = vte4
optdepends = gtk4-demos: GTK Demo, GTK Widget Factory, GTK Icon Browser
optdepends = highlight: syntax highlighting
optdepends = libadwaita-demos: Adwaita Demo
- source = git+https://github.com/sonnyp/Workbench.git#commit=80d04ac891561b6e7e2f99fbfe1c3fde84c64c02
+ source = git+https://github.com/sonnyp/Workbench.git#commit=dff12cab700f452601b23e4cafbbb4c24d610946
source = git+https://gitlab.gnome.org/Teams/Design/icon-development-kit-www.git
source = git+https://github.com/sonnyp/troll.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 025f145699fe..eb5b27886d83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=workbench
-pkgver=42.3
+pkgver=43.0
pkgrel=1
pkgdesc="Learn and prototype with GNOME technologies"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/sonnyp/Workbench"
license=('GPL3')
-depends=('blueprint-compiler' 'gjs' 'gtksourceview5' 'libadwaita' 'libportal-gtk4' 'vala' 'vte4-git')
+depends=('blueprint-compiler' 'gjs' 'gtksourceview5' 'libadwaita' 'libportal-gtk4' 'vala' 'vte4')
makedepends=('git' 'gobject-introspection' 'meson' 'npm')
checkdepends=('appstream-glib')
optdepends=('gtk4-demos: GTK Demo, GTK Widget Factory, GTK Icon Browser'
'highlight: syntax highlighting'
'libadwaita-demos: Adwaita Demo')
install="$pkgname.install"
-_commit=80d04ac891561b6e7e2f99fbfe1c3fde84c64c02
+_commit=dff12cab700f452601b23e4cafbbb4c24d610946
source=("git+https://github.com/sonnyp/Workbench.git#commit=${_commit}"
'git+https://gitlab.gnome.org/Teams/Design/icon-development-kit-www.git'
'git+https://github.com/sonnyp/troll.git')