summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-07-03 02:07:59 -0500
committerLuis Martinez2021-07-03 02:07:59 -0500
commit3ba920bf6ce0e97466ac8e533d7bd1278fe45a9a (patch)
treec9a1d03f33746b4e47652f7971630a0eef0f1d9b /PKGBUILD
parent2dd504ed1e3609d8d1d196ef17bcaa156adddd4b (diff)
downloadaur-3ba920bf6ce0e97466ac8e533d7bd1278fe45a9a.tar.gz
add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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"