summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Żok2016-08-30 13:55:22 +0200
committerTomasz Żok2016-08-30 13:55:22 +0200
commit5ad2ccedae6f17558171c435f5e485c30cffb819 (patch)
treef4bb463d20fc7f335139c3a6a27104bba1b53661
parent5ac7bd7b01f5e59b0af6f54fd6d413c920e0c689 (diff)
downloadaur-5ad2ccedae6f17558171c435f5e485c30cffb819.tar.gz
Bump version to v0.10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3454dccc334a..2da6f8b41e8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3
+ pkgver = 0.10.5
pkgrel = 1
url = https://github.com/indigo-dc/ophidia-terminal
arch = i686
@@ -14,8 +14,8 @@ pkgbase = ophidia-terminal
depends = openssl
depends = readline
depends = libssh2
- source = https://github.com/indigo-dc/ophidia-terminal/archive/v0.10.3.tar.gz
- md5sums = 6dfa74b7c6ded68b190000d3a65f466c
+ source = https://github.com/indigo-dc/ophidia-terminal/archive/v0.10.5.tar.gz
+ md5sums = 6d572c61b5bcc0b4c4429842da2ca301
pkgname = ophidia-terminal
diff --git a/PKGBUILD b/PKGBUILD
index e7debe8e8a3a..62839cfa3de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=ophidia-terminal
-pkgver=0.10.3
+pkgver=0.10.5
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)
@@ -8,7 +8,7 @@ url="https://github.com/indigo-dc/ophidia-terminal"
license=('GPL')
depends=(jansson graphviz gtk2 libxml2 curl openssl readline libssh2)
source=(https://github.com/indigo-dc/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6dfa74b7c6ded68b190000d3a65f466c')
+md5sums=('6d572c61b5bcc0b4c4429842da2ca301')
prepare() {
cd "$pkgname-$pkgver"