summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-14 08:33:13 -0600
committerMark Wagie2023-09-14 08:33:13 -0600
commit635a02092b0960e4fd352c717d1c0e1cccbb8dcb (patch)
tree64a2679acc66ac7cdbbba58be467a6584dbe962f
parente4b2b85de4a0005b64b8a3b9e9d4615ee5147620 (diff)
downloadaur-635a02092b0960e4fd352c717d1c0e1cccbb8dcb.tar.gz
2.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea45ad00e95d..76035edf0628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-clickgen
pkgdesc = X11 & Windows cursor building API
- pkgver = 2.1.7
+ pkgver = 2.1.8
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.7.tar.gz::https://github.com/ful1e5/clickgen/archive/refs/tags/v2.1.7.tar.gz
- sha256sums = f335d1ab2267c047aa2fb608b64419e70c3b81e1a6715c32b0170bc30cd52699
+ source = clickgen-2.1.8.tar.gz::https://github.com/ful1e5/clickgen/archive/refs/tags/v2.1.8.tar.gz
+ sha256sums = 2eb3386fb6510cd4e0172b2ad8bf8b1d136396595e7feaede1841db8cec33a92
pkgname = python-clickgen
diff --git a/PKGBUILD b/PKGBUILD
index 31c4874f5bfb..0d6fc5c4b238 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.7
+pkgver=2.1.8
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=('f335d1ab2267c047aa2fb608b64419e70c3b81e1a6715c32b0170bc30cd52699')
+sha256sums=('2eb3386fb6510cd4e0172b2ad8bf8b1d136396595e7feaede1841db8cec33a92')
build() {
cd "$_name-$pkgver"