summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tryfonidis2017-01-27 00:16:20 +0200
committerTom Tryfonidis2017-01-27 00:16:20 +0200
commit1e530a94c10a2fdfc515a10e9f59675c570788a6 (patch)
treedfa7f5d520f923c02b3d660d7e86a70f6b04e9ca
parent5e0074d07dace7a765f37e29d470af5162dc5796 (diff)
downloadaur-1e530a94c10a2fdfc515a10e9f59675c570788a6.tar.gz
Update source array
The project moved on GitHub
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3735b4ce44a7..d1db07cce16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 10:45:29 UTC 2016
+# Thu Jan 26 22:14:25 UTC 2017
pkgbase = socnetv-git
pkgdesc = Social Networks Analysis and Visualisation (Development version)
- pkgver = 2.0.r14.g46dd188
+ pkgver = 2.2.r5.gba5ddde
pkgrel = 1
url = http://socnetv.sourceforge.net/
arch = any
@@ -11,7 +11,7 @@ pkgbase = socnetv-git
depends = qt5-base
provides = socnetv-git
conflicts = socnetv
- source = socnetv::git://git.code.sf.net/p/socnetv/git#branch=develop
+ source = socnetv::git://github.com/socnetv/app.git
md5sums = SKIP
pkgname = socnetv-git
diff --git a/PKGBUILD b/PKGBUILD
index 348e070199a9..6c2b31daf21d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=socnetv
pkgname=$_pkgname-git
-pkgver=2.0.r14.g46dd188
+pkgver=2.2.r5.gba5ddde
pkgrel=1
pkgdesc="Social Networks Analysis and Visualisation (Development version)"
arch=('any')
@@ -13,12 +13,12 @@ depends=('qt5-base')
makedepends=('git')
provides=('socnetv-git')
conflicts=('socnetv')
-source=("$_pkgname::git://git.code.sf.net/p/socnetv/git#branch=develop")
+source=("$_pkgname::git://github.com/socnetv/app.git")
md5sums=('SKIP')
pkgver() {
cd "${srcdir}/$_pkgname"
- git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {