summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarazmista2023-09-24 22:57:19 +0200
committermarazmista2023-09-24 22:57:19 +0200
commit16e5a1abe5d04df34113532901099f3fb0692e38 (patch)
treeb79da7351880f5cf8886595f6f93f68015faf8d9
parent273eb64be93ab05c83778c5fc69268eeaaf4077b (diff)
downloadaur-radeon-profile-daemon-git.tar.gz
removed 'repalces' from PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f1ea718e82..137f00ea3699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Sep 24 18:27:23 UTC 2019
pkgbase = radeon-profile-daemon-git
pkgdesc = System daemon for radeon-profile
pkgver = 20190603.r0.g7923bd6
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/marazmista/radeon-profile-daemon
arch = i686
arch = x86_64
@@ -14,9 +12,7 @@ pkgbase = radeon-profile-daemon-git
optdepends = xf86-video-ati: radeon driver
optdepends = 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
pkgname = radeon-profile-daemon-git
-
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
+}