summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55987291ec10..10589c33a0fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radeon-profile-git
pkgdesc = App for display info about radeon card
pkgver = 20200824.r22.g295d189
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/emerge-e-world/radeon-profile
arch = i686
arch = x86_64
@@ -12,6 +12,9 @@ pkgbase = radeon-profile-git
depends = qt5-charts
depends = libxkbcommon-x11
depends = libxrandr
+ depends = libx11
+ depends = gcc-libs
+ depends = glibc
optdepends = radeon-profile-daemon: system daemon for reading card info
optdepends = sudo: start with root privilages without password
optdepends = mesa-demos: for glxinfo
diff --git a/PKGBUILD b/PKGBUILD
index eb5e025449e1..be30197a2365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=radeon-profile-git
pkgver=20200824.r22.g295d189
-pkgrel=1
+pkgrel=2
pkgdesc="App for display info about radeon card"
url="http://github.com/emerge-e-world/radeon-profile"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('qt5-base' 'qt5-charts' 'libxkbcommon-x11' 'libxrandr')
+depends=('qt5-base' 'qt5-charts' 'libxkbcommon-x11' 'libxrandr' 'libx11' 'gcc-libs' 'glibc')
makedepends=('qt5-tools' 'git')
optdepends=('radeon-profile-daemon: system daemon for reading card info'
'sudo: start with root privilages without password'