summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10589c33a0fe..2851dac03639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
pkgver = 20200824.r22.g295d189
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/emerge-e-world/radeon-profile
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = radeon-profile-git
optdepends = xf86-video-ati: radeon open source driver
optdepends = xf86-video-amdgpu: amdgpu open source driver
provides = radeon-profile
- replaces = radeon-profile
+ conflicts = radeon-profile
source = git+https://github.com/emerge-e-world/radeon-profile.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be30197a2365..901257641225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=radeon-profile-git
pkgver=20200824.r22.g295d189
-pkgrel=2
+pkgrel=3
pkgdesc="App for display info about radeon card"
url="http://github.com/emerge-e-world/radeon-profile"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('radeon-profile-daemon: system daemon for reading card info'
'xf86-video-ati: radeon open source driver'
'xf86-video-amdgpu: amdgpu open source driver')
provides=('radeon-profile')
-replaces=('radeon-profile')
+conflicts=('radeon-profile')
source=("git+https://github.com/emerge-e-world/radeon-profile.git")
sha256sums=('SKIP')