summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98de21a7da36..5a94b93c19b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: marazmista <marazmista@gmail.com>
+# Maintainer: marazmista <marazmista@tuta.io>
pkgname=radeon-profile-daemon-git
pkgbase=radeon-profile-daemon-git
-pkgver=20190124.r6.g05bdb90
-pkgrel=1
+pkgver=20190603.r0.g7923bd6
+pkgrel=2
pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('qt5-base' 'radeon-profile')
+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')
@@ -33,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
+}