summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Matzner2020-12-09 14:42:23 +0100
committerFilip Matzner2020-12-09 14:42:23 +0100
commitfa70fd9895b48b4a79ed914ffb62fa629ec1a8da (patch)
treebbdfa9ce2bf5b373041b2e62c08356c8e2da6559
parentc2f16399450217f5cf2492f16c71330939bfb6a0 (diff)
downloadaur-fa70fd9895b48b4a79ed914ffb62fa629ec1a8da.tar.gz
Update to v0.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cb7f3bc7e1..91a0f0b74641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipipe
pkgdesc = Super fast C++17 data transformation pipeline (with Python interface).
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 0
url = https://github.com/iterait/hipipe
arch = any
@@ -12,8 +12,8 @@ pkgbase = hipipe
depends = python
depends = python-numpy
depends = range-v3
- source = https://github.com/iterait/hipipe/archive/v0.7.2.tar.gz
- sha512sums = f6dac2301a9a29e17440eaaf6a570a699063df8c1364a779a2abba112e10d756cc0c80ec1c6176baf9dc73c973327ec8c6df57c47d3d86d1e47d3402283e9dfc
+ source = https://github.com/iterait/hipipe/archive/v0.7.3.tar.gz
+ sha512sums = c1ec955a0ecb87350fa5605de593e8989a06da5b9be67e188f8160b2e5cf8fde6ed27fa34d268cd1b0989020bf6e9c741e19406c61ba0b8eafcea8c5bc48a283
pkgname = hipipe
diff --git a/PKGBUILD b/PKGBUILD
index 7e81cc6de06f..1ed77c8d2f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filip Matzner <filip.matzner@iterait.com>
pkgname=hipipe
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=0
pkgdesc='Super fast C++17 data transformation pipeline (with Python interface).'
arch=('any')
@@ -10,7 +10,7 @@ license=('custom')
depends=('boost' 'opencv' 'python' 'python-numpy' 'range-v3')
makedepends=('cmake' 'gcc')
source=("https://github.com/iterait/hipipe/archive/v${pkgver}.tar.gz")
-sha512sums=('f6dac2301a9a29e17440eaaf6a570a699063df8c1364a779a2abba112e10d756cc0c80ec1c6176baf9dc73c973327ec8c6df57c47d3d86d1e47d3402283e9dfc')
+sha512sums=('c1ec955a0ecb87350fa5605de593e8989a06da5b9be67e188f8160b2e5cf8fde6ed27fa34d268cd1b0989020bf6e9c741e19406c61ba0b8eafcea8c5bc48a283')
prepare() {
cd "${srcdir}/hipipe-${pkgver}"