summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-03-20 10:01:37 -0400
committeracxz2022-03-20 10:01:37 -0400
commitaa47673136f916d3e3cbde5a29493119aac157b0 (patch)
tree66716ec04be826cb00507f52c9e875cc4e410548
parent9f9dbb0697c8be728a689b34a9969c67b4448b46 (diff)
downloadaur-aa47673136f916d3e3cbde5a29493119aac157b0.tar.gz
upgpkg: blasfeo 0.1.3-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fdf7c720fb..51f9858a8bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = blasfeo
pkgdesc = Basic linear algebra subroutines for embedded optimization
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/giaf/blasfeo
arch = i686
arch = x86_64
license = BSD 2-Clause
makedepends = cmake
- source = https://github.com/giaf/blasfeo/archive/0.1.2.tar.gz
- sha256sums = 079c9c90db1249aac59fa649c42667d46f4d458049e5986762035388f22fc005
+ source = https://github.com/giaf/blasfeo/archive/0.1.3.tar.gz
+ sha256sums = c33eb6467a90d6075a8db34e5ab239ecdda38c5261ae096def122fe7a0f98780
pkgname = blasfeo
-
diff --git a/PKGBUILD b/PKGBUILD
index 62ed41344b10..1a772a0fb4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=blasfeo
-pkgver=0.1.2
+pkgver=0.1.3
pkgdesc="Basic linear algebra subroutines for embedded optimization"
url='https://github.com/giaf/blasfeo'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('BSD 2-Clause')
makedepends=('cmake')
depends=()
source=(https://github.com/giaf/blasfeo/archive/${pkgver}.tar.gz)
-sha256sums=('079c9c90db1249aac59fa649c42667d46f4d458049e5986762035388f22fc005')
+sha256sums=('c33eb6467a90d6075a8db34e5ab239ecdda38c5261ae096def122fe7a0f98780')
build() {
mkdir -p ${srcdir}/${pkgname}-${pkgver}/build