summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b68fe1ec644..a2f1ea718e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Feb 8 22:08:15 UTC 2019
+# Tue Sep 24 18:27:23 UTC 2019
pkgbase = radeon-profile-daemon-git
pkgdesc = System daemon for radeon-profile
- pkgver = 20190124.r6.g05bdb90
+ pkgver = 20190603.r0.g7923bd6
pkgrel = 1
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
diff --git a/PKGBUILD b/PKGBUILD
index 98de21a7da36..cfd6916dbb27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: marazmista <marazmista@gmail.com>
+# Maintainer: marazmista <marazmista@tuta.io>
pkgname=radeon-profile-daemon-git
pkgbase=radeon-profile-daemon-git
-pkgver=20190124.r6.g05bdb90
+pkgver=20190603.r0.g7923bd6
pkgrel=1
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')