summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin2019-05-18 18:48:05 -0500
committerKevin2019-05-18 18:48:05 -0500
commit1f57a44bc2cf99294b060279dcc4ac68795d9d9c (patch)
treee7beeb7c6326ffee8c6e4b89e4054fdbfb0c30e2
parent21f213409c37c9db4db2a541a53f88c1e3171c0d (diff)
downloadaur-1f57a44bc2cf99294b060279dcc4ac68795d9d9c.tar.gz
updrel: 3
-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=()