diff options
author | midn8hustlr | 2024-03-23 15:33:39 +0530 |
---|---|---|
committer | midn8hustlr | 2024-03-23 15:33:39 +0530 |
commit | c44b364cdb938c6d1ba63ed91671a7c2967c6f4d (patch) | |
tree | 6a55f73cd224c8e8a3f06002a76a3f6f80312158 | |
parent | d40e11793f944db3d4901528262df47d16b2267c (diff) | |
download | aur-c44b364cdb938c6d1ba63ed91671a7c2967c6f4d.tar.gz |
Removed 'v' prefix as per AUR VCS guidelines
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |