summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Gushcha2024-01-17 02:18:23 +0600
committerEgor Gushcha2024-01-17 02:18:23 +0600
commit170da164b6c89de8a8fb1e0eb5d122a1a5a5856e (patch)
treed7d5eaed074c460f62e9832266ca5930ada82df4
parent8789539d2063136e0f3ce8267afddadd9e0fddda (diff)
downloadaur-170da164b6c89de8a8fb1e0eb5d122a1a5a5856e.tar.gz
Update to 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35acebaf3b2..563d923ca1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = windows-10-cursor
pkgdesc = A Windows 10 light and dark cursor theme
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
arch = any
source = windows-10-cursor.tar.xz::https://github.com/red-magic/dotfiles/raw/master/extra/themes/cursor-themes/windows-10-cursor.tar.xz
- b2sums = 340372367ff11ecf1e7a544e9ad7640fb7d396047efc7f72f2cff3ce45cf84105845fe569ba7fd96b6faa4a916fc007465d92b01b8846f048b0572e94ad68658
+ b2sums = 25b033eff202f094221a07d3efb9c2ec55c162cc862df5571e633da4af9c880e468a80692f6e62b51ac2915d0e8b342b49a4903ce08eb7a113589bf04cba2713
pkgname = windows-10-cursor
diff --git a/PKGBUILD b/PKGBUILD
index b366228e321f..25cc86c4a0cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,15 @@
pkgname=windows-10-cursor
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc='A Windows 10 light and dark cursor theme'
arch=(any)
source=($pkgname.tar.xz::https://github.com/red-magic/dotfiles/raw/master/extra/themes/cursor-themes/$pkgname.tar.xz)
-b2sums=(340372367ff11ecf1e7a544e9ad7640fb7d396047efc7f72f2cff3ce45cf84105845fe569ba7fd96b6faa4a916fc007465d92b01b8846f048b0572e94ad68658)
+b2sums=(25b033eff202f094221a07d3efb9c2ec55c162cc862df5571e633da4af9c880e468a80692f6e62b51ac2915d0e8b342b49a4903ce08eb7a113589bf04cba2713)
package() {
- mkdir -p $pkgdir/usr/share/icons
- cp -r $pkgname/{Windows-10-Light,Windows-10-Dark} $pkgdir/usr/share/icons
+ install -Dm 644 $pkgname/Windows-10-Light/*.* -t $pkgdir/usr/share/icons/Windows-10-Light
+ install -Dm 644 $pkgname/Windows-10-Light/cursors/* -t $pkgdir/usr/share/icons/Windows-10-Light/cursors
+
+ install -Dm 644 $pkgname/Windows-10-Dark/*.* -t $pkgdir/usr/share/icons/Windows-10-Dark
+ install -Dm 644 $pkgname/Windows-10-Dark/cursors/* -t $pkgdir/usr/share/icons/Windows-10-Dark/cursors
}