summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Matzner2020-06-29 17:29:06 +0200
committerFilip Matzner2020-06-29 17:45:33 +0200
commitc2f16399450217f5cf2492f16c71330939bfb6a0 (patch)
tree696ce7d3c116455622408d8b0b6c797b5da055ce
parent94e623e9ff23ef80b3754e2eabd077fce091b291 (diff)
downloadaur-c2f16399450217f5cf2492f16c71330939bfb6a0.tar.gz
Update to v0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0cd00de339e..66cb7f3bc7e1 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.1
+ pkgver = 0.7.2
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.1.tar.gz
- sha512sums = 26a677cc40b7d8b97c4e4c7c2560409f88457ea099e85667cc7fd6b5e01999870ca6b28aff4b530d2b2d4835de5b18105bec20b7480101ff6625c47d4f89ce2c
+ source = https://github.com/iterait/hipipe/archive/v0.7.2.tar.gz
+ sha512sums = f6dac2301a9a29e17440eaaf6a570a699063df8c1364a779a2abba112e10d756cc0c80ec1c6176baf9dc73c973327ec8c6df57c47d3d86d1e47d3402283e9dfc
pkgname = hipipe
diff --git a/PKGBUILD b/PKGBUILD
index bfe1fe2167a0..7e81cc6de06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filip Matzner <filip.matzner@iterait.com>
pkgname=hipipe
-pkgver=0.7.1
+pkgver=0.7.2
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=('26a677cc40b7d8b97c4e4c7c2560409f88457ea099e85667cc7fd6b5e01999870ca6b28aff4b530d2b2d4835de5b18105bec20b7480101ff6625c47d4f89ce2c')
+sha512sums=('f6dac2301a9a29e17440eaaf6a570a699063df8c1364a779a2abba112e10d756cc0c80ec1c6176baf9dc73c973327ec8c6df57c47d3d86d1e47d3402283e9dfc')
prepare() {
cd "${srcdir}/hipipe-${pkgver}"