summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-09-27 18:17:32 +0300
committerShatur952019-09-27 18:17:32 +0300
commit40c67c028d7fa4337c16bd69069d38b925c6a85f (patch)
tree15b04415e328960af076d754c61887c00ee6e5a2
parent2553088872a1bf814620e2560e69489ecd32f452 (diff)
downloadaur-40c67c028d7fa4337c16bd69069d38b925c6a85f.tar.gz
Update to 1.3.3
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81fb403f928..61388d7fc46a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = optimus-manager-qt
pkgdesc = A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/Shatur95/optimus-manager-qt
arch = x86_64
license = GPL3
makedepends = qt5-tools
+ makedepends = libxrandr
depends = qt5-base
depends = optimus-manager>=1.2
- source = optimus-manager-qt-1.3.2.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.3.2.tar.gz
+ source = optimus-manager-qt-1.3.3.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.3.3.tar.gz
source = SingleApplication-3.0.15.tar.gz::https://github.com/itay-grudev/SingleApplication/archive/3.0.15.tar.gz
- sha256sums = c0744e056483583c44c62db1d643be75d6e288d9c7d3ce0e1a3f50c968a9f015
+ sha256sums = 7fcf8d0f3e40e2da2aeb274cccecb7c69ba3253de42e316e5d847733017d4b72
sha256sums = 312c125a5564f5aaa22b532599bc9707c1570a2e97232529848a66dc74486de3
pkgname = optimus-manager-qt
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 ]