summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorinfinitebash2023-10-09 22:03:12 -0500
committerinfinitebash2023-10-09 22:03:12 -0500
commit1bf5653890948eab88a14369bdf0eda4982103a5 (patch)
treeb7e1f371a350401859642231d80ea4922b2c958d
parentc48d112fcba57a89e71663c9f327dbabc2d6f915 (diff)
downloadaur-1bf5653890948eab88a14369bdf0eda4982103a5.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e4fe1699a33..03c0cc2587d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-colorblind-filters-git
pkgdesc = A GNOME Shell extension for main panel that offers full-screen color filters that should help color-blind users and developers.
- pkgver = r51.4a0147c
+ pkgver = r55.8dc2626
pkgrel = 1
url = https://github.com/G-dH/gnome-colorblind-filters
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 36525b67caba..ce921051097c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="gnome-shell-extension-colorblind-filters"
pkgname="${_pkgname}-git"
_uuid="colorblind-filters@G-dH.github.com"
-pkgver=r51.4a0147c
+pkgver=r55.8dc2626
pkgrel=1
pkgdesc="A GNOME Shell extension for main panel that offers full-screen color filters that should help color-blind users and developers."
arch=(any)
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- make zip
+ make zip
}
package() {