summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152c73f40e50..23747db244f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = root-py2
- pkgdesc = C++ data analysis framework and interpreter from CERN.
+ pkgdesc = C++ data analysis framework and interpreter from CERN
pkgver = 6.16.00
pkgrel = 2
- url = http://root.cern.ch
+ url = https://root.cern.ch
arch = x86_64
license = LGPL2.1
makedepends = ccache
@@ -107,7 +107,7 @@ pkgname = root-py2
conflicts = python-pyroot
pkgname = root-cuda-py2
- pkgdesc = C++ data analysis framework and interpreter from CERN with GPU (CUDA) features enabled.
+ pkgdesc = C++ data analysis framework and interpreter from CERN with GPU (CUDA) features enabled
depends = blas
depends = desktop-file-utils
depends = fcgi
diff --git a/PKGBUILD b/PKGBUILD
index eb4fb9711c0d..85679459406b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgname=('root-py2' 'root-cuda-py2')
_pkgbase=root
pkgver=6.16.00
pkgrel=2
-pkgdesc='C++ data analysis framework and interpreter from CERN.'
+pkgdesc='C++ data analysis framework and interpreter from CERN'
arch=('x86_64')
-url='http://root.cern.ch'
+url='https://root.cern.ch'
license=('LGPL2.1')
makedepends=('ccache'
'cern-vdt'
@@ -189,7 +189,7 @@ package_root-py2() {
}
package_root-cuda-py2() {
- pkgdesc='C++ data analysis framework and interpreter from CERN with GPU (CUDA) features enabled.'
+ pkgdesc='C++ data analysis framework and interpreter from CERN with GPU (CUDA) features enabled'
provides=('root' 'python2-pyroot')
conflicts=('root' 'python2-pyroot')
depends+=('cuda')