summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrasLorus2021-03-25 11:08:56 +0100
committerDrasLorus2021-03-25 11:08:56 +0100
commit7b12f81dd449b4bac7efe146addf218f8bc0ec52 (patch)
tree47a3cf3ea5cefd30430099b301991cbc5b40297b
parenta23c6c5e88675acfc717586e6dddfe5bf5ed8add (diff)
downloadaur-7b12f81dd449b4bac7efe146addf218f8bc0ec52.tar.gz
Bump matio-cpp version
- Use version 0.1.1 instead of 0.1.0 - Modify PKGBUILD to autoupdate sources
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e35aeca6c7..6053a69db391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmatio-cpp
pkgdesc = A C++ wrapper of the matio library, with memory ownership handling.
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/dic-iit/matio-cpp
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = libmatio-cpp
depends = libmatio
provides = libmatio-cpp
conflicts = libmatio-cpp-git
- source = libmatio-cpp-0.1.0.tar.gz::https://github.com/dic-iit/matio-cpp/archive/v0.1.0.tar.gz
- sha256sums = d5d23bca15fd94c1cf8eb88070ca5f31c180c4cdf17db2c4d1edce865fe65f4c
+ source = libmatio-cpp-0.1.1.tar.gz::https://github.com/dic-iit/matio-cpp/archive/v0.1.1.tar.gz
+ sha256sums = 8c52ccb08ef31311161eb0f2e348a4d0a170a4b18e1232ff974cf6514a72a706
pkgname = libmatio-cpp
diff --git a/PKGBUILD b/PKGBUILD
index c0ded78b3d14..4dd01ddef797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Camille 'DrasLorus' Monière <draslorus@draslorus.fr>
pkgname=libmatio-cpp
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="A C++ wrapper of the matio library, with memory ownership handling."
arch=('x86_64')
@@ -17,9 +17,9 @@ replaces=()
backup=()
options=()
install=
-source=('libmatio-cpp-0.1.0.tar.gz::https://github.com/dic-iit/matio-cpp/archive/v0.1.0.tar.gz')
+source=("libmatio-cpp-${pkgver}.tar.gz::https://github.com/dic-iit/matio-cpp/archive/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('d5d23bca15fd94c1cf8eb88070ca5f31c180c4cdf17db2c4d1edce865fe65f4c')
+sha256sums=('8c52ccb08ef31311161eb0f2e348a4d0a170a4b18e1232ff974cf6514a72a706')
prepare() {
cd "$srcdir"