summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 368205c58a1c..4eb1b72a05ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = python-thop
pkgdesc = Count the MACs / FLOPs of your PyTorch model.
- pkgver = 0.1.1
- pkgrel = 5
+ pkgver = 0.1.1.post2209072238
+ pkgrel = 1
+ epoch = 1
url = https://github.com/Lyken17/pytorch-OpCounter
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 398e08e51d3d..3668290fbac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
pkgname="python-thop"
_pkgname="pytorch-OpCounter"
-pkgver=0.1.1
-pkgrel=5
+epoch=1
+pkgver=0.1.1.post2209072238
+pkgrel=1
pkgdesc='Count the MACs / FLOPs of your PyTorch model.'
arch=(any)
url="https://github.com/Lyken17/pytorch-OpCounter"