summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2016-04-05 11:13:34 -0600
committerJavier Tiá2016-04-05 11:13:34 -0600
commitb3a296eaa98e13547198148bb0b125594ad492b9 (patch)
tree16ec90a039274e3009e204c5de1127b083037369 /PKGBUILD
parentfe9ba96665cdad7b656ede0d9a424f77d32dc407 (diff)
downloadaur-b3a296eaa98e13547198148bb0b125594ad492b9.tar.gz
Bump up cint 5.34.36-1
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() {