summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d401c47d0aff..bbefb15614f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xgraphic
pkgdesc = Switch between nvidia and bumblebee
- pkgver = 0.1.5
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/erayaydin/xgraphic
install = xgraphic.install
@@ -8,8 +8,8 @@ pkgbase = xgraphic
license = MIT
makedepends = python-distribute
depends = python
- source = https://github.com/erayaydin/xgraphic/archive/v0.1.5.tar.gz
- sha256sums = 59b9a452fd199a05aec6442876adab3ac60ec5e21e41294559220ef73ee2d866
+ source = https://github.com/erayaydin/xgraphic/archive/v0.2.0.tar.gz
+ sha256sums = 076c7d676859c3852535b68ef8b487d3443c1cf6f987ed174a86c0cbc586fc5b
pkgname = xgraphic
diff --git a/PKGBUILD b/PKGBUILD
index 6a655d94da9e..272cfd946976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Eray Aydın <eray@labkod.com>
pkgname=xgraphic
-pkgver=0.1.5
+pkgver=0.2.0
pkgrel=1
pkgdesc="Switch between nvidia and bumblebee"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-distribute')
install=${pkgname}.install
source=("https://github.com/erayaydin/xgraphic/archive/v${pkgver}.tar.gz")
-sha256sums=('59b9a452fd199a05aec6442876adab3ac60ec5e21e41294559220ef73ee2d866')
+sha256sums=('076c7d676859c3852535b68ef8b487d3443c1cf6f987ed174a86c0cbc586fc5b')
package() {
cd "$srcdir/$pkgname-$pkgver/"