summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-29 18:23:14 +0300
committerKonstantin Gizdov2019-04-29 18:23:14 +0300
commit4049de5537ed5b86e087645ad8a5e92b4974ec16 (patch)
tree3314a40980fd19b1dd3a600ef782eebf94c3e523
parent8577d6d3016845f0e7d9582a77ffa725da604b16 (diff)
downloadaur-4049de5537ed5b86e087645ad8a5e92b4974ec16.tar.gz
fix pkgdesc and url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3a8f5f279d..67fde942f709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = root5
- pkgdesc = C++ data analysis framework and interpreter from CERN.
+ pkgdesc = C++ data analysis framework and interpreter from CERN
pkgver = 5.34.38
pkgrel = 2
- url = http://root.cern.ch
+ url = https://root.cern.ch
arch = i686
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 2f6b77d63058..988b3ff7e117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
pkgname=root5
pkgver=5.34.38
pkgrel=2
-pkgdesc='C++ data analysis framework and interpreter from CERN.'
+pkgdesc='C++ data analysis framework and interpreter from CERN'
arch=('i686' 'x86_64')
-url='http://root.cern.ch'
+url='https://root.cern.ch'
license=('LGPL2.1')
provides=('root' 'root5')
conflicts=('root')