summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2018-07-21 14:52:47 -0300
committerDaniel Lima2018-07-21 14:52:47 -0300
commit7a56df2ce87f0e2dfbd10e793bdc14e8c5b090e3 (patch)
treed519ffad510103f5adab853e3239e454abc83309
parent88ad16c527c2bb89043928a30f2c825957b68e06 (diff)
downloadaur-7a56df2ce87f0e2dfbd10e793bdc14e8c5b090e3.tar.gz
update revision numbering
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbaf65da960d..6d2ddb8ba2b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 21:58:46 UTC 2017
+# Sat Jul 21 17:52:32 UTC 2018
pkgbase = xcursor-capitaine
pkgdesc = Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze
- pkgver = r2.14.gfbb3887
+ pkgver = 2.1
pkgrel = 1
url = https://krourke.org/projects/art/capitaine-cursors
arch = any
license = LGPLv3
- source = git+https://github.com/keeferrourke/capitaine-cursors
+ conflicts = xcursor-capitaine-git
+ conflicts = capitaine-cursors
+ source = git+https://github.com/keeferrourke/capitaine-cursors#tag=r2.1
md5sums = SKIP
pkgname = xcursor-capitaine
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() {