summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc9e4e7ed1d6..724e837bbead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cint
_pkgname=root
-pkgver=5.34.36
+pkgver=5.34.38
pkgrel=1
pkgdesc='CINT is an interpreter for C and C++ code'
url='https://root.cern.ch/cint'
@@ -10,7 +10,7 @@ license=('MIT')
depends=('readline' 'ncurses' 'termcap')
makedepends=('autoconf' 'automake' 'gcc')
source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz")
-sha256sums=('fc868e5f4905544c3f392cc9e895ef5571a08e48682e7fe173bd44c0ba0c7dcd')
+sha256sums=('2c3bda69601d94836bdd88283a6585b4774eafc813deb6aa348df0af2922c4d2')
arch=('i686' 'x86_64')
build() {