summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf4964dcf54..b89e0ffb7f15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nvman
pkgdesc = NVIDIA Manager for Optimus/Bumblebee
- pkgver = 1.1
+ pkgver = 1.2.0
pkgrel = 1
- url = https://github.com/lans98/nvman
+ url = https://github.com/quebin31/nvman
install = nvman.install
arch = any
license = GPL
depends = bumblebee
depends = primus
depends = optimus-manager
- source = https://github.com/lans98/nvman/archive/1.1.tar.gz
+ source = https://github.com/quebin31/nvman/archive/1.2.0.tar.gz
md5sums = 046714c66b69d3612619ac51b77fb87d
pkgname = nvman
diff --git a/PKGBUILD b/PKGBUILD
index 3d9ede7136ad..c6bd2e796d50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Kevin Del Castillo R. <lans9831@gmail.com>
+# Maintainer: Kevin Del Castillo R. <quebin31@gmail.com>
pkgname=nvman
-pkgver=1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="NVIDIA Manager for Optimus/Bumblebee"
arch=('any')
-url=https://github.com/lans98/nvman
+url=https://github.com/quebin31/nvman
license=('GPL')
depends=('bumblebee' 'primus' 'optimus-manager')
optdepends=()
conflicts=()
options=()
install=$pkgname.install
-source=("https://github.com/lans98/$pkgname/archive/$pkgver.tar.gz")
+source=("https://github.com/quebin31/$pkgname/archive/$pkgver.tar.gz")
md5sums=(046714c66b69d3612619ac51b77fb87d)
package() {