summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-10-21 21:25:52 +0300
committerShatur952019-10-21 21:26:11 +0300
commit86c4779dd67b2e12755a4cb612026444cfd18728 (patch)
tree0def6b8395128ddf2d26f97ba70e79d4c08f9d32
parent3c14785bea89a2b63b29d63cf5b29aef127902b8 (diff)
downloadaur-86c4779dd67b2e12755a4cb612026444cfd18728.tar.gz
Remove optimus-manager version dependency
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35e4898e361..3541b020dd70 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = optimus-manager-qt-git
makedepends = git
depends = qt5-base
depends = qt5-x11extras
- depends = optimus-manager>=1.2.2
+ depends = optimus-manager
provides = optimus-manager-qt
conflicts = optimus-manager-qt
source = git+https://github.com/Shatur95/optimus-manager-qt
diff --git a/PKGBUILD b/PKGBUILD
index 73c5270570d6..beaa81ab7c3f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A Qt interface for Optimus Manager that allows to configure and switch
arch=('x86_64')
url="https://github.com/Shatur95/optimus-manager-qt"
license=('GPL3')
-depends=('qt5-base' 'qt5-x11extras' 'optimus-manager>=1.2.2')
+depends=('qt5-base' 'qt5-x11extras' 'optimus-manager')
makedepends=('qt5-tools' 'libxrandr' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")