summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f459846fd2..0a5405378d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cling-nightly-bin
pkgdesc = Interactive C++ interpreter, built on the top of LLVM and Clang libraries
pkgver = 0.5.20190123
- pkgrel = 1
+ pkgrel = 2
url = https://root.cern.ch/cling
arch = i686
arch = x86_64
license = custom:Cling Release License
depends = libxml2
depends = ncurses
- optdepends = python2.7: support for scan-view, opt-viewer, Jupyter
+ optdepends = python2: support for scan-view, opt-viewer, Jupyter
optdepends = perl: support for ccc-analyzer, c++-analyzer, scan-build
provides = cling
conflicts = cling
diff --git a/PKGBUILD b/PKGBUILD
index 90556d4a93ad..a919c85eb932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cling-nightly-bin
_pkgname=cling
pkgver=0.5.20190123
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
arch=("i686" "x86_64")
url="https://root.cern.ch/cling"
@@ -12,7 +12,7 @@ provides=("cling")
conflicts=("cling")
depends=(libxml2 ncurses)
optdepends=(
- 'python2.7: support for scan-view, opt-viewer, Jupyter'
+ 'python2: support for scan-view, opt-viewer, Jupyter'
'perl: support for ccc-analyzer, c++-analyzer, scan-build'
)
source=(