summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-12-06 08:29:21 -0700
committerMark Wagie2022-12-06 08:29:21 -0700
commitc1da327743617f9604f6738698b9cacb54a49312 (patch)
tree99905e5eeea6abc1a609268d8b9700381e2f0ac8
parent96442df41a201fa3c01e43c2485be51fd345bff2 (diff)
downloadaur-c1da327743617f9604f6738698b9cacb54a49312.tar.gz
2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac55d3fd386c..39296e36e5ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibata-cursor-theme-bin
pkgdesc = Material Based Cursor Theme
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
@@ -8,7 +8,7 @@ pkgbase = bibata-cursor-theme-bin
provides = bibata-cursor-theme
conflicts = bibata-cursor-theme
options = !strip
- source = bibata-cursor-theme-2.0.2.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v2.0.2/Bibata.tar.gz
- sha256sums = 70dfc4a251227adfba73d1a7a0db8721b9f5dd5cab47143b438fb40741c8cd28
+ source = bibata-cursor-theme-2.0.3.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v2.0.3/Bibata.tar.gz
+ sha256sums = 1664a1e848707e643362eb772a38f077a4cac6362ca39f5705f59e85128b270c
pkgname = bibata-cursor-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd4d03e56d31..8345614d8861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=bibata-cursor-theme-bin
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Material Based Cursor Theme"
arch=('any')
@@ -10,9 +10,9 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
options=('!strip')
source=("${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/Bibata.tar.gz")
-sha256sums=('70dfc4a251227adfba73d1a7a0db8721b9f5dd5cab47143b438fb40741c8cd28')
+sha256sums=('1664a1e848707e643362eb772a38f077a4cac6362ca39f5705f59e85128b270c')
package() {
install -d "$pkgdir/usr/share/icons"
- cp -r Bibata* "$pkgdir/usr/share/icons"
+ cp -r Bibata* "$pkgdir/usr/share/icons"
}