summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-08-24 23:54:25 +0300
committerAdrian Perez de Castro2022-08-24 23:54:25 +0300
commit14467267820be4b5119eacfd01b1bf7db0eec75b (patch)
tree14b9a34014810f2a77d9d98180f0c2595d4614cd
parent0a826d08a01d42010d12da42bca6b0734442bbc1 (diff)
downloadaur-14467267820be4b5119eacfd01b1bf7db0eec75b.tar.gz
Bump to version 6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f93f0b28c7a4..d92211363f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcursor-simp1e
pkgdesc = An aesthetic cursor theme
- pkgver = 5.0
+ pkgver = 6.0
pkgrel = 1
url = https://gitlab.com/zoli111/simp1e/
arch = any
@@ -9,7 +9,7 @@ pkgbase = xcursor-simp1e
makedepends = librsvg
makedepends = python-pillow
makedepends = xorg-xcursorgen
- source = xcursor-simp1e::git+https://gitlab.com/zoli111/simp1e/#commit=599160278e64b8cddf0a6ca4fdc946e8c8b81b94
+ source = xcursor-simp1e::git+https://gitlab.com/zoli111/simp1e/#commit=607b83e3b77a18e5c0dcbceee6c1417b89bfd94f
source = builder_script::git+https://github.com/mxre/cursor
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e1e3513ec90..5c9aa59d1f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgbase=xcursor-simp1e
pkgname=(xcursor-simp1e{,-breeze{,-snow},-dark,-catpuccin,-{solarized,gruvbox,nord}-{dark,light},-tokyo-night})
pkgdesc='An aesthetic cursor theme'
-pkgver=5.0
+pkgver=6.0
pkgrel=1
url=https://gitlab.com/zoli111/simp1e/
-_commit=599160278e64b8cddf0a6ca4fdc946e8c8b81b94
+_commit=607b83e3b77a18e5c0dcbceee6c1417b89bfd94f
arch=(any)
makedepends=(git librsvg python-pillow xorg-xcursorgen)
depends=()
@@ -23,8 +23,7 @@ prepare () {
build () {
cd "${pkgname}"
- ./generate_svgs.sh
- ./build_cursors.sh
+ ./build.sh
}
_package () {
@@ -67,5 +66,5 @@ package_xcursor-simp1e-tokyo-night () {
_package Simp1e-Tokyo-Night
}
package_xcursor-simp1e-catpuccin () {
- _package Simp1e-Catpuccin
+ _package Simp1e-Catppuccin-Frappe
}