summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda63b168456..2438c1278eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = amdgpud-bin
arch = x86_64
license = unknown
depends = gcc-libs
+ provides = amdgpud
+ conflicts = amdgpud
backup = etc/amdgpud/config.toml
source = amdgpud-bin-1.0.1::https://github.com/eraden/amdgpud/releases/download/1.0.1/amdfand
source = README-1.0.1.md::https://raw.githubusercontent.com/eraden/amdgpud/1.0.1/README.md
diff --git a/PKGBUILD b/PKGBUILD
index 9fcb74fde2e8..1c1e29cc750f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=('x86_64')
url="https://github.com/eraden/amdgpud"
license=('unknown')
depends=('gcc-libs')
+provides=("$_name")
+conflicts=("$_name")
backup=("etc/$_name/config.toml")
source=("$pkgname-$pkgver::$url/releases/download/$pkgver/amdfand"
"README-$pkgver.md::https://raw.githubusercontent.com/eraden/amdgpud/$pkgver/README.md"