Date: Monday, June 15, 2020 @ 12:28:18 Author: kgizdov Revision: 645048
project URL moved Modified: xrootd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-15 12:26:25 UTC (rev 645047) +++ PKGBUILD 2020-06-15 12:28:18 UTC (rev 645048) @@ -4,9 +4,9 @@ pkgname=xrootd pkgdesc="Software framework for fast, low latency, scalable and fault tolerant data access." pkgver=4.12.3 -pkgrel=1 +pkgrel=2 arch=('x86_64') -url="http://xrootd.org" +url="https://xrootd.slac.stanford.edu/" license=('LGPL3') depends=('ceph' 'curl' 'libxml2' 'openssl' 'perl' 'python') makedepends=('cmake')