summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a755d5cae64..15e3bb90b793 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,9 @@
_name="piqa"
pkgname=python-pytorch-${_name}-git
-pkgver=1.1.0+3+g5994e34
+provides=("python-pytorch-${_name}")
+conflicts=("python-pytorch-${_name}")
+pkgver=1.1.3+3+g2205651
pkgrel=1
pkgdesc="PyTorch Image Quality Assessment"
url="https://github.com/francois-rozet/${_name}"