summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-09-14 08:33:13 -0600
committerMark Wagie2023-09-14 08:33:13 -0600
commit635a02092b0960e4fd352c717d1c0e1cccbb8dcb (patch)
tree64a2679acc66ac7cdbbba58be467a6584dbe962f /PKGBUILD
parente4b2b85de4a0005b64b8a3b9e9d4615ee5147620 (diff)
downloadaur-635a02092b0960e4fd352c717d1c0e1cccbb8dcb.tar.gz
2.1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"