summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoranonymous2022-08-29 18:53:27 +0200
committeranonymous2022-08-29 18:53:27 +0200
commita95c408fa0254c2dfc76288e4d34d4823ecea1e6 (patch)
treed2c474058d8698cb50a0f874d6bb097f8ecb33fb /.SRCINFO
parentc1ca74a2a648c90bcc16eb3caac62ae989bd389d (diff)
downloadaur-a95c408fa0254c2dfc76288e4d34d4823ecea1e6.tar.gz
Bump version to 2.1
- Add a conditionnal to build with testing support only if catch2 v3.0.0 or higher is installed. If not, makepkg can be called with `--nocheck` and it will work. catch2>=3.0.0 is provided by catch2-git on the AUR, at the time of the commit.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58a564cd6cf7..762564f450cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = libmatio-cpp
pkgdesc = A C++ wrapper of the matio library, with memory ownership handling.
- pkgver = 0.2.0
- pkgrel = 2
- url = https://github.com/dic-iit/matio-cpp
+ pkgver = 0.2.1
+ pkgrel = 1
+ url = https://github.com/ami-iit/matio-cpp
arch = x86_64
license = BSD
- checkdepends = catch2
+ checkdepends = catch2>3.0.0
makedepends = cmake
depends = libmatio
provides = libmatio-cpp
provides = visit_struct
conflicts = libmatio-cpp-git
- source = libmatio-cpp-0.2.0.tar.gz::https://github.com/ami-iit/matio-cpp/archive/v0.2.0.tar.gz
+ source = libmatio-cpp-0.2.1.tar.gz::https://github.com/ami-iit/matio-cpp/archive/v0.2.1.tar.gz
source = visit_struct.zip::https://github.com/ami-iit/visit_struct/archive/969fc563477906432a9fcc91addf2c1e13c56f4c.zip
- sha256sums = 38703817d0bd8184348d848ed537f0ec14e4c288ac5dc4c2396243afd898d987
+ sha256sums = a9144816e79f517b52593d2d934d6e727ff136495fee3b37d3eb6ebaf892b355
sha256sums = 3df656403aa1e2969a4c7b8606002014adcfb21123cca209e58c18f3e35d3422
pkgname = libmatio-cpp