summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriveahugeship2021-06-30 12:20:29 +0300
committeriveahugeship2021-06-30 12:20:29 +0300
commitc7fd2717ffc9675b441a5afad74c8bbef06284ef (patch)
tree931648c244f82ad8dd17e7b54b7716da9b88c411
parent95ddf9c85594798577867cb652bf57f17470e81d (diff)
downloadaur-c7fd2717ffc9675b441a5afad74c8bbef06284ef.tar.gz
fix: update "provides", "conflicts" and "replaces" variables
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d2840cc371..34853b741d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,10 @@ pkgbase = gpu-burn-git
depends = nvidia
depends = opencl-nvidia
depends = cuda
+ provides = gpu-burn
+ conflicts = gpu_burn-git
+ conflicts = gpu-burn
replaces = gpu_burn-git
- replaces = gpu-burn
source = gpu-burn-git::git+https://github.com/wilicc/gpu-burn?ref=1e9a84f4bec3b0835c00daace45d79ed6c488edb
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc668baf8b7e..f55ac1837fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ url="https://github.com/wilicc/gpu-burn"
license=("BSD")
makedepends=("git")
depends=("nvidia" "opencl-nvidia" "cuda")
-replaces=("gpu_burn-git" "gpu-burn")
+provides=("gpu-burn")
+conflicts=("gpu_burn-git" "gpu-burn")
+replaces=("gpu_burn-git")
source=("${pkgname}::git+https://github.com/wilicc/gpu-burn?ref=${pkgver}")
sha256sums=("SKIP")