summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-03-27 00:33:31 +0200
committerShatur952019-03-27 00:33:31 +0200
commit94b2080b6f9aa5ce8428a085bff87b2f031cd56d (patch)
tree1ef07bcb290a0f3304f0b18b740a1f5bef234abe
parenteeede1fdf13da1cc9fd71a7e7106f75caaf06b53 (diff)
downloadaur-94b2080b6f9aa5ce8428a085bff87b2f031cd56d.tar.gz
Fix extra PLASMA define
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec33ae392900..f0acf532165e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Shatur95/optimus-manager-qt
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = optimus-manager-qt
depends = optimus-manager>=0.8
source = optimus-manager-qt.tar.gz::https://github.com/Shatur95/optimus-manager-qt/archive/1.1.0.tar.gz
source = SingleApplication-submodule.tar.gz::https://github.com/itay-grudev/SingleApplication/archive/3.0.14.tar.gz
- sha256sums = d6864b150280dc80b9f06f2b52d615e946adcc870b8461f3204eb11c09398187
+ sha256sums = 7545dae6078b70db758852c24abfd50a475e40968fbbb2d38ed134d19fc2bfba
sha256sums = 898aa58cebceb07a3b9af65011c0eef23e9789f930a021037dd7e05d2910f318
pkgname = optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index 82d8d95b156f..a1c56e4ddcf3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ PLASMA=false
pkgname=optimus-manager-qt
pkgver=1.1.0
-pkgrel=1
+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/Shatur95/optimus-manager-qt"
@@ -14,7 +14,7 @@ depends=('qt5-base' 'optimus-manager>=0.8')
makedepends=('qt5-tools')
source=($pkgname.tar.gz::"https://github.com/Shatur95/optimus-manager-qt/archive/$pkgver.tar.gz"
SingleApplication-submodule.tar.gz::"https://github.com/itay-grudev/SingleApplication/archive/3.0.14.tar.gz")
-sha256sums=('d6864b150280dc80b9f06f2b52d615e946adcc870b8461f3204eb11c09398187'
+sha256sums=('7545dae6078b70db758852c24abfd50a475e40968fbbb2d38ed134d19fc2bfba'
'898aa58cebceb07a3b9af65011c0eef23e9789f930a021037dd7e05d2910f318')
if [ ${PLASMA} == true ]; then