summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 373f73954d39..7b86eb7a6b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-pytorch-complex-git
-pkgver=0.2.1.r98
+pkgver=0.2.1
pkgrel=1
pkgdesc='Python class for PyTorch-ComplexTensor (workaround for missing Pytorch Class)'
arch=('any')
@@ -18,7 +18,7 @@ md5sums=(
pkgver() {
cd "${pkgname}"
- printf "%s.r%s" "$(python setup.py --version)" "$(git rev-list --count HEAD)"
+ printf "%s" "$(python setup.py --version)"
}