summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilip Matzner2019-09-16 08:55:09 +0200
committerFilip Matzner2019-09-16 08:55:09 +0200
commitab0938dfb3589fabd82ea6847e1fbe60f93d9edb (patch)
treebd6a23e45134ae4b9c4a35e247cebb8ce6e80e0f /PKGBUILD
parent8364ac5c94e02e6efef330b44fcb425c7c1dc5f0 (diff)
downloadaur-ab0938dfb3589fabd82ea6847e1fbe60f93d9edb.tar.gz
Update to v0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 732a02bc180c..af83138331a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filip Matzner <filip.matzner@iterait.com>
pkgname=hipipe
-pkgver=0.7.0
+pkgver=0.7.1
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=('cb6629502b47a7c3bb9a68b7b81d7924023324e86b131aa2832681467c3fd6215ddba91bc7f891865ee6632a51f58bcd6551d1f3880ea6538aec33fbceedf452')
+sha512sums=('26a677cc40b7d8b97c4e4c7c2560409f88457ea099e85667cc7fd6b5e01999870ca6b28aff4b530d2b2d4835de5b18105bec20b7480101ff6625c47d4f89ce2c')
prepare() {
cd "${srcdir}/hipipe-${pkgver}"