summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9b8e3688cdf..b9b17eba91cd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,17 @@ _plasma=false
_singleapplication=3.0.15
pkgname=optimus-manager-qt
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu"
arch=('x86_64')
url="https://github.com/Shatur95/optimus-manager-qt"
license=('GPL3')
depends=('qt5-base' 'optimus-manager>=1.2')
-makedepends=('qt5-tools')
+makedepends=('qt5-tools' 'libxrandr')
source=($pkgname-$pkgver.tar.gz::"https://github.com/Shatur95/optimus-manager-qt/archive/$pkgver.tar.gz"
SingleApplication-$_singleapplication.tar.gz::"https://github.com/itay-grudev/SingleApplication/archive/$_singleapplication.tar.gz")
-sha256sums=('c0744e056483583c44c62db1d643be75d6e288d9c7d3ce0e1a3f50c968a9f015'
+sha256sums=('7fcf8d0f3e40e2da2aeb274cccecb7c69ba3253de42e316e5d847733017d4b72'
'312c125a5564f5aaa22b532599bc9707c1570a2e97232529848a66dc74486de3')
if [ $_plasma == true ]