summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-24 10:14:19 -0600
committerMark Wagie2022-08-24 10:14:19 -0600
commitb657b6b87ec2c4d8d87d2317c948ece86b1dd681 (patch)
tree0ea3375232277b0266d9e16bdc0d1d553fd9bf08
parent20b3c9828ae39daa46cb238403257e120b379f30 (diff)
downloadaur-b657b6b87ec2c4d8d87d2317c948ece86b1dd681.tar.gz
42.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1007a2b034..084091dbea3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = workbench
pkgdesc = Learn and prototype with GNOME technologies
- pkgver = 42.2
+ pkgver = 42.3
pkgrel = 1
url = https://github.com/sonnyp/Workbench
install = workbench.install
@@ -21,7 +21,7 @@ pkgbase = workbench
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=5b57afabb4e1e0f948a22e2be2adb0a1e89d8240
+ source = git+https://github.com/sonnyp/Workbench.git#commit=80d04ac891561b6e7e2f99fbfe1c3fde84c64c02
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 30d99e0d9cd2..025f145699fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=workbench
-pkgver=42.2
+pkgver=42.3
pkgrel=1
pkgdesc="Learn and prototype with GNOME technologies"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('gtk4-demos: GTK Demo, GTK Widget Factory, GTK Icon Browser'
'highlight: syntax highlighting'
'libadwaita-demos: Adwaita Demo')
install="$pkgname.install"
-_commit=5b57afabb4e1e0f948a22e2be2adb0a1e89d8240
+_commit=80d04ac891561b6e7e2f99fbfe1c3fde84c64c02
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')