summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c279c9bb5f21..cc9e4e7ed1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Author: Javier Tia <javier dot tia at gmail dot com>
+# Author: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname=cint
_pkgname=root
-pkgver=5.34.34
+pkgver=5.34.36
pkgrel=1
pkgdesc='CINT is an interpreter for C and C++ code'
url='https://root.cern.ch/cint'
-license='MIT'
+license=('MIT')
depends=('readline' 'ncurses' 'termcap')
makedepends=('autoconf' 'automake' 'gcc')
source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz")
-sha256sums=('8c1faf893ed3b279f3500368b3dcd2087352020a69d3055c4d36726e7f6acd58')
+sha256sums=('fc868e5f4905544c3f392cc9e895ef5571a08e48682e7fe173bd44c0ba0c7dcd')
arch=('i686' 'x86_64')
build() {