summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-10-21 02:28:48 +0300
committerShatur952019-10-21 02:28:48 +0300
commit38f63746369837dd83feb3d0cf2020c7b6d21330 (patch)
treecfc732f493095f203d7418e8077a92bf90515c97
parent48df74e539feeb2b79d14e0d9925a1315da7e3be (diff)
downloadaur-38f63746369837dd83feb3d0cf2020c7b6d21330.tar.gz
Update to 1.4.0
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e98486f244a..a58f62eae8a9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/Shatur95/optimus-manager-qt
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = optimus-manager-qt
makedepends = libxrandr
depends = qt5-base
depends = qt5-x11extras
- depends = optimus-manager>=1.2
- 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 = 7fcf8d0f3e40e2da2aeb274cccecb7c69ba3253de42e316e5d847733017d4b72
- sha256sums = 312c125a5564f5aaa22b532599bc9707c1570a2e97232529848a66dc74486de3
+ depends = optimus-manager>=1.2.2
+ source = optimus-manager-qt-1.4.0.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.4.0.tar.gz
+ source = SingleApplication-3.0.18.tar.gz::https://github.com/itay-grudev/SingleApplication/archive/3.0.18.tar.gz
+ sha256sums = 5b36e8ccb4e4f3e7246ee2745d209b08e0cd55edf11a274adca8148aba8efc57
+ sha256sums = 0f0ce6466dbfdadf2a7ea75aa1d461e2e279c8c03f747117c75bd376a46c6eec
pkgname = optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index 52b47451801e..691d9ed80192 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,21 @@
_plasma=false
# Submodule versions
-_singleapplication=3.0.15
+_singleapplication=3.0.18
pkgname=optimus-manager-qt
-pkgver=1.3.3
+pkgver=1.4.0
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' 'qt5-x11extras' 'optimus-manager>=1.2')
+depends=('qt5-base' 'qt5-x11extras' 'optimus-manager>=1.2.2')
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=('7fcf8d0f3e40e2da2aeb274cccecb7c69ba3253de42e316e5d847733017d4b72'
- '312c125a5564f5aaa22b532599bc9707c1570a2e97232529848a66dc74486de3')
+sha256sums=('5b36e8ccb4e4f3e7246ee2745d209b08e0cd55edf11a274adca8148aba8efc57'
+ '0f0ce6466dbfdadf2a7ea75aa1d461e2e279c8c03f747117c75bd376a46c6eec')
if [ $_plasma == true ]
then