summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHennadii Chernyshchyk2021-08-18 20:27:17 +0300
committerHennadii Chernyshchyk2021-08-18 20:27:17 +0300
commit03ea555521ded45ce77677509e76f629a18e295c (patch)
treeed3a1988a9e360f154375f571122e887960cb27f
parentf0d7b25f25d7c908c23417819366b81eaa2859be (diff)
downloadaur-03ea555521ded45ce77677509e76f629a18e295c.tar.gz
Update to 1.6.4
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ab3cc0a82d..b143ed7dbd9f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
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.6.3
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/Shatur95/optimus-manager-qt
arch = x86_64
license = GPL3
makedepends = git
makedepends = qt5-tools
- makedepends = libxrandr
makedepends = extra-cmake-modules
depends = qt5-base
depends = qt5-svg
depends = qt5-x11extras
depends = optimus-manager>=1.4
- source = optimus-manager-qt-1.6.3.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.6.3.tar.gz
- sha256sums = 6c03440056aacc2960de066370284394ac0917720260d295d0d49931c725e1ae
+ source = optimus-manager-qt-1.6.4.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.6.4.tar.gz
+ sha256sums = c4f56d8ae0b91565dc1ebb3ee5145431377ede2dec97dbd6e9c98539537b4b34
pkgname = optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index d43aba763de5..dc01c2dd1a26 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_with_plasma=false
pkgname=optimus-manager-qt
-pkgver=1.6.3
+pkgver=1.6.4
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-svg qt5-x11extras 'optimus-manager>=1.4')
-makedepends=(git qt5-tools libxrandr extra-cmake-modules)
+makedepends=(git qt5-tools extra-cmake-modules)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(6c03440056aacc2960de066370284394ac0917720260d295d0d49931c725e1ae)
+sha256sums=(c4f56d8ae0b91565dc1ebb3ee5145431377ede2dec97dbd6e9c98539537b4b34)
if [[ $_with_plasma == true ]]
then