summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2017-09-08 18:59:06 -0300
committerDaniel Lima2017-09-08 18:59:06 -0300
commit88ad16c527c2bb89043928a30f2c825957b68e06 (patch)
tree8ea640248d002907c01e82909c9bb5ab20e7606c
parent2cf5e5df1e6b3496f128ceafc48ae5ed4685b48f (diff)
downloadaur-88ad16c527c2bb89043928a30f2c825957b68e06.tar.gz
update to v2.14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11df8a9a5b26..fbaf65da960d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 7 21:46:48 UTC 2017
+# Fri Sep 8 21:58:46 UTC 2017
pkgbase = xcursor-capitaine
pkgdesc = Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze
- pkgver = r2.12.gef0b8e0
+ pkgver = r2.14.gfbb3887
pkgrel = 1
url = https://krourke.org/projects/art/capitaine-cursors
arch = any
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
}