summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabb5ebed4f1..814b73935c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bibata-cursor-theme
pkgdesc = Material Based Cursor Theme
- pkgver = 1.0.0
- pkgrel = 4
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
license = GPL3
makedepends = python-clickgen
- noextract = bibata-cursor-theme-bitmaps-1.0.0.zip
+ noextract = bibata-cursor-theme-bitmaps-1.0.1.zip
options = !strip
- source = bibata-cursor-theme-1.0.0.tar.gz::https://github.com/ful1e5/Bibata_Cursor/archive/v1.0.0.tar.gz
- source = bibata-cursor-theme-bitmaps-1.0.0.zip::https://github.com/ful1e5/Bibata_Cursor/releases/download/v1.0.0/bitmaps.zip
- sha256sums = 5e694dafa6d0a338bb744d43d09b0d31fc55f105b3659754ea226d170b590999
- sha256sums = 629f7a5042d704c6aa5518e4327ef62e20528625354aaf459eda75765a0a7fa8
+ source = bibata-cursor-theme-1.0.1.tar.gz::https://github.com/ful1e5/Bibata_Cursor/archive/v1.0.1.tar.gz
+ source = bibata-cursor-theme-bitmaps-1.0.1.zip::https://github.com/ful1e5/Bibata_Cursor/releases/download/v1.0.1/bitmaps.zip
+ sha256sums = 4764ffffbee14570bd2bb866f2e74e3957429343f99571219e0a120b89a5e81b
+ sha256sums = 2756d308ef385746d65b206fea880a8cfcd94b512b711d4b1dc8ed0dc6f7d108
pkgname = bibata-cursor-theme
diff --git a/PKGBUILD b/PKGBUILD
index ea72b8f15f6b..43581de24d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: ful1e5 <kaizmandhu at gmail dot com>
pkgname=bibata-cursor-theme
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
pkgdesc="Material Based Cursor Theme"
arch=('any')
url="https://github.com/ful1e5/Bibata_Cursor"
@@ -14,8 +14,8 @@ options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname-bitmaps-$pkgver.zip::$url/releases/download/v$pkgver/bitmaps.zip")
noextract=("$pkgname-bitmaps-$pkgver.zip")
-sha256sums=('5e694dafa6d0a338bb744d43d09b0d31fc55f105b3659754ea226d170b590999'
- '629f7a5042d704c6aa5518e4327ef62e20528625354aaf459eda75765a0a7fa8')
+sha256sums=('4764ffffbee14570bd2bb866f2e74e3957429343f99571219e0a120b89a5e81b'
+ '2756d308ef385746d65b206fea880a8cfcd94b512b711d4b1dc8ed0dc6f7d108')
prepare() {
cd Bibata_Cursor-$pkgver
@@ -27,12 +27,11 @@ prepare() {
build() {
cd Bibata_Cursor-$pkgver
- python build.py
+ python build.py --x11
}
package() {
cd Bibata_Cursor-$pkgver
- rm -rf themes/*-Windows
install -d "$pkgdir"/usr/share/icons
cp -r themes/Bibata-* "$pkgdir"/usr/share/icons
chmod -R 755 "$pkgdir"/usr/share/icons/Bibata-*