summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2021-11-24 23:33:19 +0200
committerChristoph Gysin2021-11-24 23:33:19 +0200
commitd4177afda99c6119900cb0c775a5c0d9804b23c3 (patch)
tree90e8f3ee41c22a94efd2f95dfd9e7b453c5b625b
parentb60e2cea5d9543581b47acd787591c5664285b30 (diff)
downloadaur-d4177afda99c6119900cb0c775a5c0d9804b23c3.tar.gz
Update git repo url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b8740bf1fc0..a45b1c579582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = titan-git
pkgdesc = TTCN3 test automation platform
- pkgver = 5.3.0.1.g80585b4
+ pkgver = 8.1.1
pkgrel = 1
url = https://projects.eclipse.org/projects/tools.titan
arch = i686
@@ -10,10 +10,9 @@ pkgbase = titan-git
depends = expect
depends = openssl
depends = jdk7-openjdk
- source = git+https://github.com/eclipse/titan.core
+ source = git+https://gitlab.eclipse.org/eclipse/titan/titan.core.git
source = titan.profile
md5sums = SKIP
md5sums = ecccd5d48359f5f0bdd81c8cc036e806
pkgname = titan-git
-
diff --git a/PKGBUILD b/PKGBUILD
index eda53454c22d..3983698ada41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=titan-git
_pkgname=titan.core
-pkgver=5.3.0.1.g80585b4
+pkgver=8.1.1
pkgrel=1
pkgdesc="TTCN3 test automation platform"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://projects.eclipse.org/projects/tools.titan"
license=('eclipse')
groups=('devel')
depends=('expect' 'openssl' 'jdk7-openjdk')
-source=(git+https://github.com/eclipse/titan.core
+source=(git+https://gitlab.eclipse.org/eclipse/titan/titan.core.git
titan.profile)
md5sums=('SKIP'
'ecccd5d48359f5f0bdd81c8cc036e806')