summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-05-09 11:04:03 +0300
committerAdrian Perez de Castro2023-05-09 11:04:03 +0300
commit80df8793da439e061bb3e3853fead854e4380a3b (patch)
tree557f0106a1b6b5c2fb41f730ace06a27c7513f94 /PKGBUILD
parent675adeb6d8ef902bddf7d894ef13de1231639003 (diff)
downloadaur-xcursor-cz-viator.tar.gz
Bump to newer revision, remove Python 2->3 patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32ac71aad35e..60cd353e0b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,21 @@
pkgdesc='Understated cursor theme'
pkgbase=xcursor-cz-viator
pkgname=(xcursor-cz-viator-{hourglass,ring,rotor,windmill}-{white,black} xcursor-cz-hickson)
-pkgver=20220613
-pkgrel=2
-_commit=99ddf571428b51b6985c364e0b17e9d94263c746
+pkgver=20230203
+pkgrel=1
+_commit=9b6bc8874d9de7fa264dcf1571d2e7e51d75e06f
license=(GPL3)
url=https://github.com/charakterziffer/cursor-toolbox
arch=(any)
makedepends=(git inkscape xorg-xcursorgen python patch)
depends=()
-source=("${pkgbase}::git+${url}#commit=${_commit}" build.patch py3.patch)
+source=("${pkgbase}::git+${url}#commit=${_commit}" build.patch)
sha512sums=('SKIP'
- 'c2b8792e0a9afd639864608dc674acbc1a368d9a83cd46dd3422403961af2b001c3eb004269eb701fcd34f4cfceaca5912a751a6ecd68ad08901ec94e0afb972'
- 'e61eedf83f08534eec71a2418aedc58e887069aa6c532d90b39409da7ef8bb60492616a919dddfc10aac901edf4fb6d7a816c14b621ee566e6f056b6fbb7776c')
+ 'c2b8792e0a9afd639864608dc674acbc1a368d9a83cd46dd3422403961af2b001c3eb004269eb701fcd34f4cfceaca5912a751a6ecd68ad08901ec94e0afb972')
prepare () {
cd "${pkgbase}"
patch -p1 < "${srcdir}/build.patch"
- patch -p0 < "${srcdir}/py3.patch"
}
build () {