summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b68fe1ec644..137f00ea3699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
-# Generated by mksrcinfo v8
-# Fri Feb 8 22:08:15 UTC 2019
pkgbase = radeon-profile-daemon-git
pkgdesc = System daemon for radeon-profile
- pkgver = 20190124.r6.g05bdb90
- pkgrel = 1
+ pkgver = 20190603.r0.g7923bd6
+ pkgrel = 2
url = http://github.com/marazmista/radeon-profile-daemon
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
depends = qt5-base
depends = radeon-profile
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 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
+}