[arch-commits] Commit in ispc/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Oct 5 15:10:44 UTC 2019
Date: Saturday, October 5, 2019 @ 15:10:43
Author: archange
Revision: 512937
upgpkg: ispc 1.12.0-1
Modified:
ispc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-05 14:34:34 UTC (rev 512936)
+++ PKGBUILD 2019-10-05 15:10:43 UTC (rev 512937)
@@ -2,7 +2,7 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=ispc
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="A compiler for high-performance SIMD programming on the CPU"
arch=(x86_64)
@@ -10,8 +10,8 @@
license=(BSD)
depends=(ncurses zlib llvm-libs clang)
makedepends=(llvm python lib32-glibc cmake)
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
-sha256sums=('f48ef6e8a1fe5ad4fca691583bf7419f4dce1596e7ed850ff99cc017f8711b2f')
+source=("https://github.com/ispc/ispc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9ebc29adcdf477659b45155d0f91e61120a12084e42113d0e9f4ce5cfdfbdcab')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list