summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-09 08:21:45 -0600
committerMark Wagie2022-07-09 08:21:45 -0600
commit362e0ad82b8aa4d9f7add0d2cc4762e90dcdb931 (patch)
tree10cf7c274b8e1f7e83578825d37fa53cde750c62
parent84a626e519fda717ce947eef9fa4b8bfd4dd48ec (diff)
downloadaur-362e0ad82b8aa4d9f7add0d2cc4762e90dcdb931.tar.gz
42.1 (updated)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b21e7118b2..736fe940256d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = workbench
pkgdesc = Learn and prototype with GNOME technologies
pkgver = 42.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sonnyp/Workbench
install = workbench.install
arch = x86_64
@@ -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=b6c389da2f7918142106e12aa9f31f20c9d9e9f8
+ source = git+https://github.com/sonnyp/Workbench.git#commit=875b14dfeab14eb4644eb55e50bb9f206c4f84b3
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 0d2d702a222e..407b75907241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=workbench
pkgver=42.1
-pkgrel=2
+pkgrel=3
pkgdesc="Learn and prototype with GNOME technologies"
arch=('x86_64')
url="https://github.com/sonnyp/Workbench"
@@ -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=b6c389da2f7918142106e12aa9f31f20c9d9e9f8
+_commit=875b14dfeab14eb4644eb55e50bb9f206c4f84b3
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')