summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEray AYDIN2017-06-21 11:41:09 +0300
committerEray AYDIN2017-06-21 11:41:09 +0300
commit2b5134c40a60e8ce94036419d97e013997fc9c51 (patch)
treeab30aaabba2fe62d7f56fc953d8feecd33b7f639
parente6f3c85eed02f150b96a8dc9b37a30db4424a347 (diff)
downloadaur-2b5134c40a60e8ce94036419d97e013997fc9c51.tar.gz
Refreshed minor release commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b8e8b6c549..8f668c085add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xgraphic
pkgdesc = Switch between nvidia and bumblebee
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/erayaydin/xgraphic
install = xgraphic.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = xgraphic
makedepends = python-distribute
depends = python
source = https://github.com/erayaydin/xgraphic/archive/v0.1.0.tar.gz
- sha256sums = 7c805ba14772801266be3fbbf11be79174ec5718c787c14d1e008d4030d87461
+ sha256sums = c8eff6010cdd894d1f3a8a711c8408a73008b911b0d02deb5d83e27eae6f5451
pkgname = xgraphic
diff --git a/PKGBUILD b/PKGBUILD
index 7173c38ab7e2..c58018b8ae47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eray Aydın <eray@labkod.com>
pkgname=xgraphic
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
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=('7c805ba14772801266be3fbbf11be79174ec5718c787c14d1e008d4030d87461')
+sha256sums=('c8eff6010cdd894d1f3a8a711c8408a73008b911b0d02deb5d83e27eae6f5451')
package() {
cd "$srcdir/$pkgname-$pkgver/"