summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Armengol2022-11-29 11:58:07 +0000
committerPatrick Armengol2022-11-29 11:58:07 +0000
commit92c0c324f08c5dab9790e4250607e825ba1f2a30 (patch)
tree964c3b380d063c504a814a429c79855b1abd97a1 /PKGBUILD
parent6a217a1f92dc204594f71e21e621dd8103aa05e1 (diff)
downloadaur-92c0c324f08c5dab9790e4250607e825ba1f2a30.tar.gz
upgpkg: python-hatchling-git v1.11.1.r43.g15a583af-1
removed v from version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9726900e1e9..aea008cabe4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ sha256sums=('SKIP')
pkgver() {
cd "hatch"
- git describe --long --tags --match "hatchling*" --candidates 100 | sed 's/^hatchling-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --match "hatchling*" --candidates 100 | sed 's/^hatchling-v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {