summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-23 08:40:00 -0600
committerMark Wagie2023-09-23 08:40:00 -0600
commit0bd9b612ad708167a226c51192d893fa1db45e9a (patch)
treec0f97701924dd0883ab14a3443204d0787bf9c1d
parent635a02092b0960e4fd352c717d1c0e1cccbb8dcb (diff)
downloadaur-0bd9b612ad708167a226c51192d893fa1db45e9a.tar.gz
2.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76035edf0628..58df57ab8808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-clickgen
pkgdesc = X11 & Windows cursor building API
- pkgver = 2.1.8
+ pkgver = 2.1.9
pkgrel = 1
url = https://github.com/ful1e5/clickgen
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-clickgen
depends = python-pillow
depends = python-toml
depends = python-yaml
- source = clickgen-2.1.8.tar.gz::https://github.com/ful1e5/clickgen/archive/refs/tags/v2.1.8.tar.gz
- sha256sums = 2eb3386fb6510cd4e0172b2ad8bf8b1d136396595e7feaede1841db8cec33a92
+ source = clickgen-2.1.9.tar.gz::https://github.com/ful1e5/clickgen/archive/refs/tags/v2.1.9.tar.gz
+ sha256sums = 6eee41e29390b5805916231d662a94e071cb4217d6174027436ed69fc22760cf
pkgname = python-clickgen
diff --git a/PKGBUILD b/PKGBUILD
index 0d6fc5c4b238..63bfdc7797b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-clickgen
_name=${pkgname#python-}
-pkgver=2.1.8
+pkgver=2.1.9
pkgrel=1
pkgdesc="X11 & Windows cursor building API"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-attrs' 'python-numpy' 'python-pillow' 'python-toml' 'python-yaml')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('2eb3386fb6510cd4e0172b2ad8bf8b1d136396595e7feaede1841db8cec33a92')
+sha256sums=('6eee41e29390b5805916231d662a94e071cb4217d6174027436ed69fc22760cf')
build() {
cd "$_name-$pkgver"