summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Fan2024-03-06 15:42:40 +0800
committerYujun Fan2024-03-06 15:42:40 +0800
commit74c96f2b9a866fcfb3ada219f5fddf46bbc7a6bd (patch)
treea93b47c05092cd629f701f991b74a979986b00c0
parentebceaf523011222a6a6f9707eb756b9cb49f32ff (diff)
downloadaur-python-thop.tar.gz
changed version
-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"