1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-28 05:50:31 +01:00

Update to v0.2.10

This commit is contained in:
2020-09-16 20:03:31 +02:00
parent 8e1bc1c3ef
commit f98817309e
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=json_dto
pkgver=0.2.9.2
pkgrel=2
pkgver=0.2.10
pkgrel=1
pkgdesc="A small header-only library for converting data between json representation and c++ structs"
arch=(any)
url="https://github.com/Stiffstream/json_dto"
@@ -10,7 +10,7 @@ depends=(rapidjson)
makedepends=(cmake)
checkdepends=(catch2)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Stiffstream/$pkgname/archive/v.$pkgver.tar.gz")
sha256sums=('cf12a66992e798bb801e590bb69a982272689238848c37e5853d7f6813d7c82f')
sha256sums=('2686f9590aeaa1332f3d57049847995d7b76b5ffa2b9f6de5ac09d0a522387fd')
build() {
cd "$pkgname-v.$pkgver"