summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xPKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9f943bc9cc..179cd10e3c50 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +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.6.5
- pkgrel = 1
+ pkgver = 1.6.6
+ pkgrel = 2
url = https://github.com/Shatur/optimus-manager-qt
arch = x86_64
license = GPL3
- makedepends = git
makedepends = qt5-tools
makedepends = extra-cmake-modules
depends = qt5-base
depends = qt5-svg
depends = qt5-x11extras
depends = optimus-manager>=1.4
- source = optimus-manager-qt-1.6.5.tar.gz::https://github.com/Shatur/optimus-manager-qt/archive/1.6.5.tar.gz
- sha256sums = f96ab6fd1cdc4856fdcc0ca76408270e5b36a909e0e0dafe8865e63d6aea4dc0
+ source = optimus-manager-qt-1.6.6.tar.gz::https://github.com/Shatur/optimus-manager-qt/releases/download/1.6.6/optimus-manager-qt-1.6.6-source.tar.gz
+ sha256sums = 69025f943503824389774f1dba62c14b5804b9305f7f99f522614da13277af5a
pkgname = optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index 405892beb63a..1e3c39c46f2e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_with_plasma=false
pkgname=optimus-manager-qt
-pkgver=1.6.5
-pkgrel=1
+pkgver=1.6.6
+pkgrel=2
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/Shatur/optimus-manager-qt
license=(GPL3)
depends=(qt5-base qt5-svg qt5-x11extras 'optimus-manager>=1.4')
-makedepends=(git qt5-tools extra-cmake-modules)
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(f96ab6fd1cdc4856fdcc0ca76408270e5b36a909e0e0dafe8865e63d6aea4dc0)
+makedepends=(qt5-tools extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$pkgname-$pkgver-source.tar.gz)
+sha256sums=(69025f943503824389774f1dba62c14b5804b9305f7f99f522614da13277af5a)
if [[ $_with_plasma == true ]]
then