summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-06-30 18:36:24 +0300
committerShatur952020-06-30 18:36:24 +0300
commit1b956d0ff5dd54aff7655644fda8ba5ded9d4c63 (patch)
tree4adcb3d0a58556146ea27d762e3f871228b63bd4
parent0c8fe077a06c77d891bd55cf7140b1a4cede3940 (diff)
downloadaur-1b956d0ff5dd54aff7655644fda8ba5ded9d4c63.tar.gz
Update to 1.5.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23fb17382ea8..7e3ac7baec76 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.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/Shatur95/optimus-manager-qt
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = optimus-manager-qt
depends = qt5-svg
depends = qt5-x11extras
depends = optimus-manager>=1.3
- source = optimus-manager-qt-1.5.2.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.5.2.tar.gz
+ source = optimus-manager-qt-1.5.3.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.5.3.tar.gz
source = SingleApplication-3.1.3.1.tar.gz::https://github.com/itay-grudev/SingleApplication/archive/v3.1.3.1.tar.gz
- sha256sums = 4ec83e59a667183ceadcc40d7bdf1a66e28dc24318dfe3fb936c9b4c380c1942
+ sha256sums = 7e28acb2d4668fddf660a975129750157215e31732dc38390a519ac800f21496
sha256sums = bbc20faa3e914cda8fe94b5d0bf98af640d3298a791a16cad4571a9ccbf1d030
pkgname = optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index efdbbda75ab7..ecaad4a18fc8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _plasma=false
_singleapplication=3.1.3.1
pkgname=optimus-manager-qt
-pkgver=1.5.2
+pkgver=1.5.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)
@@ -17,7 +17,7 @@ depends=(qt5-base qt5-svg qt5-x11extras 'optimus-manager>=1.3')
makedepends=(qt5-tools extra-cmake-modules libxrandr)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
SingleApplication-$_singleapplication.tar.gz::https://github.com/itay-grudev/SingleApplication/archive/v$_singleapplication.tar.gz)
-sha256sums=(4ec83e59a667183ceadcc40d7bdf1a66e28dc24318dfe3fb936c9b4c380c1942
+sha256sums=(7e28acb2d4668fddf660a975129750157215e31732dc38390a519ac800f21496
bbc20faa3e914cda8fe94b5d0bf98af640d3298a791a16cad4571a9ccbf1d030)
if [ $_plasma == true ]