summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--001-install-libdeps.patch4
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b245b00d19f4..506af9ea0db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xtensor-io
pkgdesc = xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5
- pkgver = 0.12.6
- pkgrel = 2
+ pkgver = 0.12.9
+ pkgrel = 1
url = https://github.com/xtensor-stack/xtensor-io
arch = any
license = BSD-3-Clause
@@ -14,10 +14,9 @@ pkgbase = xtensor-io
depends = hdf5
depends = blosc
depends = gdal
- source = xtensor-io-0.12.6.tar.gz::https://github.com/xtensor-stack/xtensor-io/archive/0.12.6.tar.gz
+ source = xtensor-io-0.12.9.tar.gz::https://github.com/xtensor-stack/xtensor-io/archive/0.12.9.tar.gz
source = 001-install-libdeps.patch
- md5sums = 8ac452c45cb33104b381b01d7283d2ee
- md5sums = 0eb14beeb17d2f6d9813e29e78643c48
+ md5sums = 13e6d74ba6d188b19e91157d953d2ce5
+ md5sums = 1f2dd61abb24917caac845c0cbc5473c
pkgname = xtensor-io
-
diff --git a/001-install-libdeps.patch b/001-install-libdeps.patch
index 7ab9a9d561ad..fd9d583d3410 100644
--- a/001-install-libdeps.patch
+++ b/001-install-libdeps.patch
@@ -1,5 +1,5 @@
---- xtensor-io-0.12.6/CMakeLists.txt 2021-04-19 20:16:40.000000000 +0800
-+++ xtensor-io-0.12.6/CMakeLists.txt 2021-04-23 15:30:39.746307455 +0800
+--- xtensor-io-0.12.9/CMakeLists.txt 2021-04-19 20:16:40.000000000 +0800
++++ xtensor-io-0.12.9/CMakeLists.txt 2021-04-23 15:30:39.746307455 +0800
@@ -284,7 +284,7 @@
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
diff --git a/PKGBUILD b/PKGBUILD
index 88586a8ee8db..818e5914d14a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: chn <g897331845@gmail.com>
pkgname=xtensor-io
-pkgver=0.12.6
-pkgrel=2
+pkgver=0.12.9
+pkgrel=1
pkgdesc="xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5"
arch=('any')
url="https://github.com/xtensor-stack/xtensor-io"
@@ -38,5 +38,5 @@ package() {
make install
}
-md5sums=('8ac452c45cb33104b381b01d7283d2ee'
- '0eb14beeb17d2f6d9813e29e78643c48')
+md5sums=('13e6d74ba6d188b19e91157d953d2ce5'
+ '1f2dd61abb24917caac845c0cbc5473c')