summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-07-08 09:33:55 -0600
committerMark Wagie2022-07-08 09:33:55 -0600
commit84a626e519fda717ce947eef9fa4b8bfd4dd48ec (patch)
treedf1c225425570f171a14b9424d339b5ecbe5b913
parent48b45d13b1451e954204bc6a9997663ee0afb681 (diff)
downloadaur-84a626e519fda717ce947eef9fa4b8bfd4dd48ec.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 a060178a19e4..72b21e7118b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = workbench
pkgdesc = Learn and prototype with GNOME technologies
pkgver = 42.1
- pkgrel = 1
+ pkgrel = 2
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=16f2ebc7cccad61ac44d219c24ffcb9f8722b232
+ source = git+https://github.com/sonnyp/Workbench.git#commit=b6c389da2f7918142106e12aa9f31f20c9d9e9f8
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 e434febbdcfb..0d2d702a222e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=workbench
pkgver=42.1
-pkgrel=1
+pkgrel=2
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=16f2ebc7cccad61ac44d219c24ffcb9f8722b232
+_commit=b6c389da2f7918142106e12aa9f31f20c9d9e9f8
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')