summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2023-09-24 22:57:19 +0200
committermarazmista2023-09-24 22:57:19 +0200
commit16e5a1abe5d04df34113532901099f3fb0692e38 (patch)
treeb79da7351880f5cf8886595f6f93f68015faf8d9 /PKGBUILD
parent273eb64be93ab05c83778c5fc69268eeaaf4077b (diff)
downloadaur-radeon-profile-daemon-git.tar.gz
removed 'repalces' from PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd6916dbb27..5a94b93c19b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=radeon-profile-daemon-git
pkgbase=radeon-profile-daemon-git
pkgver=20190603.r0.g7923bd6
-pkgrel=1
+pkgrel=2
pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@ makedepends=('git')
optdepends=('xf86-video-ati: radeon driver'
'xf86-video-amdgpu: amdgpu driver')
provides=('radeon-profile-daemon')
-replaces=('radeon-profile-daemon')
source=('git+https://github.com/marazmista/radeon-profile-daemon.git')
sha256sums=('SKIP')
@@ -34,4 +33,4 @@ install -Dm644 "$srcdir/build/target/radeon-profile-daemon" "$pkgdir/usr/bin/rad
chmod +x "$pkgdir/usr/bin/radeon-profile-daemon"
install -Dm644 "$srcdir/radeon-profile-daemon/radeon-profile-daemon/extra/radeon-profile-daemon.service" "$pkgdir/usr/lib/systemd/system/radeon-profile-daemon.service"
-} \ No newline at end of file
+}