From 5849890eaef01ca371d524435087f33febd6a0b8 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sun, 5 Nov 2017 05:03:49 -0200 Subject: [PATCH] clinfo: update to 2.2.17.10.25. (#8620) --- srcpkgs/clinfo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/clinfo/template b/srcpkgs/clinfo/template index b0861c27259..9c6f32336b1 100644 --- a/srcpkgs/clinfo/template +++ b/srcpkgs/clinfo/template @@ -1,6 +1,6 @@ # Template file for 'clinfo' pkgname=clinfo -version=2.2.17.08.25 +version=2.2.17.10.25 revision=1 build_style=gnu-makefile makedepends="ocl-icd-devel" @@ -9,10 +9,10 @@ maintainer="Juan RP " license="Public domain" homepage="https://github.com/Oblomov/clinfo" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=8e25c8f26ee0c7a3a4a34d2153c7af786b8e0c1d035a2d428b102333e3c1873b +checksum=23cab774915eea6730582abfc449ac57dc10f2ce7b39293e56166ed500383862 conflicts="catalyst>0 catalyst-opencl>0" # /usr/bin/clinfo do_install() { vbin clinfo - vman man/clinfo.1 + vman man1/clinfo.1 }