summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Lima2017-09-08 18:59:06 -0300
committerDaniel Lima2017-09-08 18:59:06 -0300
commit88ad16c527c2bb89043928a30f2c825957b68e06 (patch)
tree8ea640248d002907c01e82909c9bb5ab20e7606c /PKGBUILD
parent2cf5e5df1e6b3496f128ceafc48ae5ed4685b48f (diff)
downloadaur-88ad16c527c2bb89043928a30f2c825957b68e06.tar.gz
update to v2.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0383fd8df35e..7679d7674581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Lima <danielm@nanohub.tk>
pkgname=xcursor-capitaine
-pkgver=r2.12.gef0b8e0
+pkgver=r2.14.gfbb3887
pkgrel=1
pkgdesc='Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze'
arch=('any')
@@ -18,6 +18,6 @@ pkgver() {
package() {
cd $srcdir/capitaine-cursors
install -d $pkgdir/usr/share/icons/
- cp -pr $srcdir/capitaine-cursors/bin/xcursor $pkgdir/usr/share/icons/xcursor-capitaine
+ cp -pr $srcdir/capitaine-cursors/dist/ $pkgdir/usr/share/icons/capitaine-cursors
}