summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7679d7674581..fe4e71b33dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: Daniel Lima <danielm@nanohub.tk>
+# Maintainer: Daniel Lima <danielmariodelima@gmail.com>
pkgname=xcursor-capitaine
-pkgver=r2.14.gfbb3887
+conflicts=('xcursor-capitaine-git'
+ 'capitaine-cursors')
+pkgver=2.1
pkgrel=1
pkgdesc='Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze'
arch=('any')
url='https://krourke.org/projects/art/capitaine-cursors'
license=('LGPLv3')
-source=(git+https://github.com/keeferrourke/capitaine-cursors)
+source=(git+https://github.com/keeferrourke/capitaine-cursors#tag=r2.1)
md5sums=('SKIP')
pkgver() {
cd $srcdir/capitaine-cursors
- git describe --tags | sed 's/-/./g'
+ git describe --tags | sed 's/^r//'
}
package() {