summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormidn8hustlr2024-03-23 15:33:39 +0530
committermidn8hustlr2024-03-23 15:33:39 +0530
commitc44b364cdb938c6d1ba63ed91671a7c2967c6f4d (patch)
tree6a55f73cd224c8e8a3f06002a76a3f6f80312158
parentd40e11793f944db3d4901528262df47d16b2267c (diff)
downloadaur-c44b364cdb938c6d1ba63ed91671a7c2967c6f4d.tar.gz
Removed 'v' prefix as per AUR VCS guidelines
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb8f4ba37ab..17166b969fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: avi <4visekh@gmail.com>
pkgname=python-materialyoucolor-git
_name=materialyoucolor-python
-pkgver=v2.0.7.r5.g1dd2f05
+pkgver=2.0.8.r1.g9780c78
pkgrel=1
pkgdesc="Material You color algorithms for Python!"
arch=('x86_64')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_name
- git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {