Date: Monday, October 10, 2022 @ 02:50:57
Author: grawlinson
Revision: 1324685
chore: python-more-itertools; update pkgver() function
Modified:
python-more-itertools/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 02:49:55 UTC (rev 1324684)
+++ PKGBUILD 2022-10-10 02:50:57 UTC (rev 1324685)
@@ -24,10 +24,7 @@
pkgver() {
cd "$pkgname"
- # temporary workaround until this is resolved
- # https://github.com/more-itertools/more-itertools/issues/648
- #git describe --tags | sed 's/^v//'
- grep __version__ more_itertools/__init__.py | cut -d ' ' -f 3 | sed -e
"s/'//g"
+ git describe --tags | sed 's/^v//'
}
build() {