summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimttmy2015-08-30 08:51:43 +0100
committertimttmy2015-08-30 08:51:43 +0100
commiteddba52d51c40693f51dca0715f5de2353a22337 (patch)
treea835f266600f41b0cd748a83ffb40375cc34bdf6
parentc2b1ee8fbe63207c36c2157ee023c6840681b7ac (diff)
downloadaur-eddba52d51c40693f51dca0715f5de2353a22337.tar.gz
blather move to gitlab
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e393eb2df4..9228291c177e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = blather-git
pkgdesc = Python application for speech recognition using pocketsphinx and gstreamer. - latest git revision
- pkgver = 20150809
+ pkgver = 20150830
pkgrel = 1
- url = https://gitorious.org/blather
+ url = https://gitlab.com/jezra/blather
install = blather.install
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 19b9ff2ce404..c0da340fb144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname='blather-git'
_pkgname=blather
-pkgver=20150809
+pkgver=20150830
pkgrel=1
pkgdesc="Python application for speech recognition using pocketsphinx and gstreamer. - latest git revision"
arch=('any')
-url="https://gitorious.org/blather"
+url="https://gitlab.com/jezra/blather"
license=('GPL3')
depends=('python2' 'pocketsphinx' 'gstreamer' 'gstreamer0.10-python')
provides=('blather')
@@ -18,7 +18,7 @@ makedepends=('git')
-_gitroot="git://gitorious.org/blather/blather.git"
+_gitroot="https://gitlab.com/jezra/blather.git"
_gitname="blather"