summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhirui Dai2024-04-01 12:15:05 -0700
committerZhirui Dai2024-04-01 12:15:05 -0700
commit3cb4eb735bc48ad6840743386be13ad1667cbe69 (patch)
tree26191f1468747beeea6422128b218e528d33630d /PKGBUILD
parent4704dea86fe41206e37b27c3f29850a7d9c53c70 (diff)
downloadaur-python-pytorch-cxx11abi.tar.gz
update conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7479f9b155df..188c28f8c38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -413,7 +413,8 @@ _package() {
package_python-pytorch-cxx11abi() {
pkgdesc="${_pkgdesc}"
-
+ conflicts=(python-pytorch)
+ provides=(python-pytorch=${pkgver})
cd "${srcdir}/${_pkgname}"
_package
}