diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = contrast pkgdesc = Checks whether the contrast between two colors meet the WCAG requirements. - pkgver = 0.0.2 + pkgver = 0.0.3 pkgrel = 1 url = https://gitlab.gnome.org/World/design/contrast changelog = CHANGELOG @@ -10,7 +10,7 @@ pkgbase = contrast makedepends = meson makedepends = git depends = libhandy - source = git+https://gitlab.gnome.org/World/design/contrast.git#tag=0.0.2 + source = git+https://gitlab.gnome.org/World/design/contrast.git#tag=0.0.3 sha256sums = SKIP pkgname = contrast diff --git a/CHANGELOG b/CHANGELOG index 2377575527b..16312489113 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ -v0.0.2 +v0.0.3 ====== + - Translations updates +- Stylesheet updates @@ -1,7 +1,7 @@ # Maintainer: Nahuel Gomez Castro <nahual_gomca@outlook.com.ar> pkgname='contrast' -pkgver='0.0.2' +pkgver='0.0.3' pkgrel='1' pkgdesc='Checks whether the contrast between two colors meet the WCAG requirements.' changelog='CHANGELOG' |