summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e628af5d3644..0ed6cb8a7de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = bibata-cursor-theme-bin
pkgdesc = Material Based Cursor Theme
- pkgver = 1.1.0
+ pkgver = 2.0.6
pkgrel = 1
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
- license = GPL3
- depends = libxcursor
- depends = libpng
+ license = GPL-3.0-or-later
provides = bibata-cursor-theme
conflicts = bibata-cursor-theme
options = !strip
- source = bibata-cursor-theme-1.1.0.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v1.1.0/Bibata.tar.gz
- sha256sums = 48fd2217fb5322bf724a94c961966366259cb9c2dbfa97ddf5d7ab3c2bc1d5c8
+ source = bibata-cursor-theme-2.0.6.tar.xz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v2.0.6/Bibata.tar.xz
+ sha256sums = 88252b36063a85e8f2123502917c7e64296a94290d08731884625d7436bd24cb
pkgname = bibata-cursor-theme-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 6651cd75d8a9..508350afc34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=bibata-cursor-theme-bin
-pkgver=1.1.0
+pkgver=2.0.6
pkgrel=1
pkgdesc="Material Based Cursor Theme"
arch=('any')
url="https://github.com/ful1e5/Bibata_Cursor"
-license=('GPL3')
-depends=('libxcursor' 'libpng')
+license=('GPL-3.0-or-later')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
options=('!strip')
-source=("${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/Bibata.tar.gz")
-sha256sums=('48fd2217fb5322bf724a94c961966366259cb9c2dbfa97ddf5d7ab3c2bc1d5c8')
+source=("${pkgname%-bin}-$pkgver.tar.xz::$url/releases/download/v$pkgver/Bibata.tar.xz")
+sha256sums=('88252b36063a85e8f2123502917c7e64296a94290d08731884625d7436bd24cb')
package() {
- install -d "$pkgdir/usr/share/icons"
- cp -r Bibata* "$pkgdir/usr/share/icons"
+ install -d "$pkgdir/usr/share/icons"
+ cp -r Bibata* "$pkgdir/usr/share/icons"
}