summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62df56a91691..e2c283707174 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nvman
pkgdesc = NVIDIA Manager for Optimus/Bumblebee
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/quebin31/nvman
install = nvman.install
arch = any
license = GPL
depends = bumblebee
depends = primus
- depends = optimus-manager
+ depends = optimus-manager>=1.0
source = https://github.com/quebin31/nvman/archive/1.2.3.tar.gz
md5sums = 9eab50d1dbd5d8508484d0667f5dc041
diff --git a/PKGBUILD b/PKGBUILD
index 4bdd3581abf2..a07750929ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nvman
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="NVIDIA Manager for Optimus/Bumblebee"
arch=('any')
url=https://github.com/quebin31/nvman
license=('GPL')
-depends=('bumblebee' 'primus' 'optimus-manager')
+depends=('bumblebee' 'primus' 'optimus-manager>=1.0')
optdepends=()
conflicts=()
options=()