summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4510a4464fe6..96db94c3f60b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Sep 3 17:46:56 UTC 2019
+# Mon May 4 18:57:39 UTC 2020
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
- pkgver = 20190903.r0.gf3ede22
+ pkgver = 20200504.r0.g2e0b4d9
pkgrel = 1
url = http://github.com/marazmista/radeon-profile
arch = i686
arch = x86_64
license = GPL2
makedepends = qt5-tools
+ makedepends = git
depends = qt5-base
depends = qt5-charts
depends = libxkbcommon-x11
diff --git a/PKGBUILD b/PKGBUILD
index 15acdba4d379..9086fe1bb58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: marazmista <marazmista@gmail.com>
+# Maintainer: marazmista <marazmista@tuta.io>
pkgname=radeon-profile-git
-pkgver=20190903.r0.gf3ede22
+pkgver=20200504.r0.g2e0b4d9
pkgrel=1
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('qt5-base' 'qt5-charts' 'libxkbcommon-x11' 'libxrandr')
-makedepends=('qt5-tools')
+makedepends=('qt5-tools' 'git')
optdepends=('radeon-profile-daemon: system daemon for reading card info'
'sudo: start with root privilages without password'
'mesa-demos: for glxinfo'