summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27d0e3afb2c0..cd094c180220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Aug 16 11:45:56 UTC 2018
pkgbase = yoda-hg
pkgdesc = A particle physics package for data analysis (specifically histogramming) classes -- latest build from hg-repo.
- pkgver = r1479.e335e6743a5e
+ pkgver = r1530.5893d36df5d9
pkgrel = 1
url = http://yoda.hepforge.org
arch = x86_64
@@ -13,7 +11,7 @@ pkgbase = yoda-hg
optdepends = python2: For Python2 module in addition to Python3
provides = yoda
conflicts = yoda
- source = hg+https://yoda.hepforge.org/hg/yoda
+ source = yoda::hg+https://phab.hepforge.org/source/yodahg
md5sums = SKIP
pkgname = yoda-hg
diff --git a/PKGBUILD b/PKGBUILD
index 286fadb0cdb4..36ce3c35827b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=yoda-hg
-pkgver=r1479.e335e6743a5e
+pkgver=r1530.5893d36df5d9
pkgrel=1
pkgdesc="A particle physics package for data analysis (specifically histogramming) classes -- latest build from hg-repo."
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ optdepends=('python2: For Python2 module in addition to Python3')
makedepends=('cython')
conflicts=('yoda')
provides=('yoda')
-source=('hg+https://yoda.hepforge.org/hg/yoda')
+source=('yoda::hg+https://phab.hepforge.org/source/yodahg')
md5sums=('SKIP')
build() {