summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2016-08-02 10:03:53 +0200
committerTomasz Żok2016-08-02 10:03:53 +0200
commit5ac7bd7b01f5e59b0af6f54fd6d413c920e0c689 (patch)
treebfa6fd3aa810c2f0433e87c148a7c89ddcb99de9
parentb93c7d65eb79a2a976f3313561c0af8d32cb95a4 (diff)
downloadaur-5ac7bd7b01f5e59b0af6f54fd6d413c920e0c689.tar.gz
Use indigo-dc GitHub organization and bump version to 0.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5031022847c2..3454dccc334a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ophidia-terminal
pkgdesc = The Ophidia Terminal is an advanced bash-like interpreter through which it is possible to submit arbitrary requests to an Ophidia Server
- pkgver = 0.10.1
+ pkgver = 0.10.3
pkgrel = 1
- url = https://github.com/OphidiaBigData/ophidia-terminal
+ url = https://github.com/indigo-dc/ophidia-terminal
arch = i686
arch = x86_64
license = GPL
@@ -14,8 +14,8 @@ pkgbase = ophidia-terminal
depends = openssl
depends = readline
depends = libssh2
- source = https://github.com/OphidiaBigData/ophidia-terminal/archive/v0.10.1.tar.gz
- md5sums = 695965c4e67df3a08292761f35c028e5
+ source = https://github.com/indigo-dc/ophidia-terminal/archive/v0.10.3.tar.gz
+ md5sums = 6dfa74b7c6ded68b190000d3a65f466c
pkgname = ophidia-terminal
diff --git a/PKGBUILD b/PKGBUILD
index 04491cea9cb9..e7debe8e8a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=ophidia-terminal
-pkgver=0.10.1
+pkgver=0.10.3
pkgrel=1
pkgdesc="The Ophidia Terminal is an advanced bash-like interpreter through which it is possible to submit arbitrary requests to an Ophidia Server"
arch=(i686 x86_64)
-url="https://github.com/OphidiaBigData/ophidia-terminal"
+url="https://github.com/indigo-dc/ophidia-terminal"
license=('GPL')
depends=(jansson graphviz gtk2 libxml2 curl openssl readline libssh2)
-source=(https://github.com/OphidiaBigData/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('695965c4e67df3a08292761f35c028e5')
+source=(https://github.com/indigo-dc/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('6dfa74b7c6ded68b190000d3a65f466c')
prepare() {
cd "$pkgname-$pkgver"