summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAfnan Enayet2020-04-21 10:43:47 -0400
committerAfnan Enayet2020-04-21 10:43:47 -0400
commit800afde0bee7e2f3bdc61513f9da7e9360479e15 (patch)
tree8a116ceb0fde1d4d66a54f1f7d28f46791b9d460
parentf0b27febfc9361a60479179fa27bff9e293cdeb4 (diff)
downloadaur-800afde0bee7e2f3bdc61513f9da7e9360479e15.tar.gz
Update pkgsums
For sum reason the hash wasn't updaetd when I used the `updpkgsums` command before.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c59be2df65b7..3b867a8e29fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=blaze
provides=('blaze')
pkgver=3.7
-pkgrel=2
+pkgrel=3
pkgdesc='An open-source, high-performance C++ math library for dense and sparse arithmetic.'
url='https://bitbucket.org/blaze-lib/blaze'
arch=('any')
license=('BSD')
makedepends=('cmake' 'git' 'make' 'gcc' 'blas' 'lapack')
-sha256sums=('7ce39023c0c20569355d39ba31ce4584041de898a7f0eb13c91d75532b173bdb')
+sha256sums=('a24328da1deabc8e15295fbbaa242d0b37cda8d4e05d0e6772926308c6a953f0')
source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/blaze-lib/blaze/get/v${pkgver}.tar.gz")
prepare() {