summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-05 08:50:31 -0600
committerMark Wagie2020-10-05 08:50:31 -0600
commit6fd559fc11271d27edb09e6bf1575e48431bc933 (patch)
treed14b959dc4a06237dbdd7febab42fe7e67c4515f
parentaaafc0481aadea409dc0dbbf89c71a7294d636f2 (diff)
downloadaur-6fd559fc11271d27edb09e6bf1575e48431bc933.tar.gz
1.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017c6dee4e3f..ef7d99a92398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-clickgen
pkgdesc = X11 & Windows cursor building API
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/ful1e5/clickgen
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-clickgen
depends = libx11
depends = libxcursor
depends = libpng
- source = https://pypi.org/packages/source/c/clickgen/clickgen-1.1.6.tar.gz
- sha256sums = e5197dd6b8e9bedb0ee76b3b46c2db54f0edbbd260fda17ab1bccb57eff0dfb5
+ source = https://pypi.org/packages/source/c/clickgen/clickgen-1.1.7.tar.gz
+ sha256sums = 5aaaedd34d7115976db9b82e1d57492d7aceedd5c00a43155d86cbb11073444e
pkgname = python-clickgen
diff --git a/PKGBUILD b/PKGBUILD
index cb3459d9e050..97f82e667ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-clickgen
_name=${pkgname#python-}
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc="X11 & Windows cursor building API"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-pillow' 'libx11' 'libxcursor' 'libpng')
makedepends=('python-setuptools' 'python-pip')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e5197dd6b8e9bedb0ee76b3b46c2db54f0edbbd260fda17ab1bccb57eff0dfb5')
+sha256sums=('5aaaedd34d7115976db9b82e1d57492d7aceedd5c00a43155d86cbb11073444e')
build() {
cd "$_name-$pkgver"