summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-29 18:27:01 +0300
committerKonstantin Gizdov2019-04-29 18:27:01 +0300
commit8fada653600a033e5bdbbbeab1fcc4df6121be67 (patch)
treeca11cc166780cbf571b48cdf2a8cf49696188414 /PKGBUILD
parent3d0969824aee0f3a4a274576e1dc06ddebbcb53c (diff)
downloadaur-8fada653600a033e5bdbbbeab1fcc4df6121be67.tar.gz
fix pkgdesc and url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')