summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-03 09:41:12 -0600
committerMark Wagie2022-10-03 09:41:12 -0600
commita704f9212df290af509e3b559eaa961e236bc769 (patch)
treed40482e8b91f59b7eefa23e444c84a3c0d541c4d
parent1e08e6bd2fef258629e1beb2e0d7e0d66bcfbd00 (diff)
downloadaur-a704f9212df290af509e3b559eaa961e236bc769.tar.gz
2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc20353bc9a3..b07dc2f28115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibata-cursor-theme-bin
pkgdesc = Material Based Cursor Theme
- pkgver = 1.1.2
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/ful1e5/Bibata_Cursor
arch = any
@@ -10,7 +10,7 @@ pkgbase = bibata-cursor-theme-bin
provides = bibata-cursor-theme
conflicts = bibata-cursor-theme
options = !strip
- source = bibata-cursor-theme-1.1.2.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v1.1.2/Bibata.tar.gz
- sha256sums = 6f6736a5a48198d6750cd578264d913b3f1547894bfc25dbc853e0f934b91bbc
+ source = bibata-cursor-theme-2.0.0.tar.gz::https://github.com/ful1e5/Bibata_Cursor/releases/download/v2.0.0/Bibata.tar.gz
+ sha256sums = 69dabbd1d289b01a482e5efc2c6d24b9bb96b9d53e9b345db4e02e02a6322fef
pkgname = bibata-cursor-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9188ee493c5..0939c65836b6 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=1.1.2
+pkgver=2.0.0
pkgrel=1
pkgdesc="Material Based Cursor Theme"
arch=('any')
@@ -11,9 +11,9 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
options=('!strip')
source=("${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/Bibata.tar.gz")
-sha256sums=('6f6736a5a48198d6750cd578264d913b3f1547894bfc25dbc853e0f934b91bbc')
+sha256sums=('69dabbd1d289b01a482e5efc2c6d24b9bb96b9d53e9b345db4e02e02a6322fef')
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"
}