summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Lima2018-07-21 14:52:47 -0300
committerDaniel Lima2018-07-21 14:52:47 -0300
commit7a56df2ce87f0e2dfbd10e793bdc14e8c5b090e3 (patch)
treed519ffad510103f5adab853e3239e454abc83309 /PKGBUILD
parent88ad16c527c2bb89043928a30f2c825957b68e06 (diff)
downloadaur-7a56df2ce87f0e2dfbd10e793bdc14e8c5b090e3.tar.gz
update revision numbering
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() {