summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wucher2020-12-19 15:11:46 +0100
committerThomas Wucher2020-12-19 15:13:19 +0100
commiteff47ed4ddd31c41d5edac2ab44203dbd6f30eb2 (patch)
treeb4157773debed5bfb440cb0843e0e1ca72cbf761
parent29b3055afd3eaa66990e6460b82ad96279c54be1 (diff)
downloadaur-eff47ed4ddd31c41d5edac2ab44203dbd6f30eb2.tar.gz
Update to new location of Git repo and better pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8591378ce486..762025aac477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sollya-git
pkgdesc = A tool environment and a library for safe floating-point code development
- pkgver = svn_legacy_branch_optimLists.r1206.g23d6eedf
+ pkgver = v1208.gad49ac94
pkgrel = 1
- url = http://sollya.gforge.inria.fr/
+ url = https://gitlab.inria.fr/sollya/sollya.git
arch = any
license = CeCILL-C
depends = gmp
@@ -13,7 +13,7 @@ pkgbase = sollya-git
optdepends = gnuplot: for using the plot and externalplot commands
provides = sollya
conflicts = sollya
- source = git+https://scm.gforge.inria.fr/anonscm/git/sollya/sollya.git
+ source = git+https://gitlab.inria.fr/sollya/sollya.git
md5sums = SKIP
pkgname = sollya-git
diff --git a/PKGBUILD b/PKGBUILD
index eedec0a63252..9a920ae8cea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
_name=sollya
pkgname=$_name-git
-pkgver=svn_legacy_branch_optimLists.r1206.g23d6eedf
+pkgver=v1208.gad49ac94
pkgrel=1
pkgdesc="A tool environment and a library for safe floating-point code development"
arch=('any')
-url="http://sollya.gforge.inria.fr/"
+url="https://gitlab.inria.fr/sollya/sollya.git"
license=('CeCILL-C')
depends=('gmp' 'mpfr' 'mpfi' 'libxml2' 'fplll')
@@ -14,12 +14,12 @@ optdepends=(
)
conflicts=('sollya')
provides=('sollya')
-source=(git+https://scm.gforge.inria.fr/anonscm/git/sollya/sollya.git)
+source=(git+https://gitlab.inria.fr/sollya/sollya.git)
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_name"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/svn_legacy_branch_optimLists\.r/v/'
}
build() {