summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEray AYDIN2017-06-21 12:20:53 +0300
committerEray AYDIN2017-06-21 12:20:53 +0300
commit0870fe5c8534af68c6e75a81e0977898287a2ace (patch)
treedb34fe17782823e55eab758a669526cbc0510204
parent2b5134c40a60e8ce94036419d97e013997fc9c51 (diff)
downloadaur-0870fe5c8534af68c6e75a81e0977898287a2ace.tar.gz
Updated to v0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f668c085add..008166ee7efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = xgraphic
pkgdesc = Switch between nvidia and bumblebee
- pkgver = 0.1.0
- pkgrel = 3
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://github.com/erayaydin/xgraphic
install = xgraphic.install
arch = any
license = MIT
makedepends = python-distribute
depends = python
- source = https://github.com/erayaydin/xgraphic/archive/v0.1.0.tar.gz
- sha256sums = c8eff6010cdd894d1f3a8a711c8408a73008b911b0d02deb5d83e27eae6f5451
+ source = https://github.com/erayaydin/xgraphic/archive/v0.1.2.tar.gz
+ sha256sums = b408c1b646530a40a4351142cfd34c2022f6f3691d91d1a24f1c2a35a3460c1b
pkgname = xgraphic
diff --git a/PKGBUILD b/PKGBUILD
index c58018b8ae47..3ab4ecf3468f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eray Aydın <eray@labkod.com>
pkgname=xgraphic
-pkgver=0.1.0
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Switch between nvidia and bumblebee"
arch=('any')
url="https://github.com/erayaydin/xgraphic"
@@ -10,7 +10,7 @@ depends=('python')
makedepends=('python-distribute')
install=${pkgname}.install
source=("https://github.com/erayaydin/xgraphic/archive/v${pkgver}.tar.gz")
-sha256sums=('c8eff6010cdd894d1f3a8a711c8408a73008b911b0d02deb5d83e27eae6f5451')
+sha256sums=('b408c1b646530a40a4351142cfd34c2022f6f3691d91d1a24f1c2a35a3460c1b')
package() {
cd "$srcdir/$pkgname-$pkgver/"