summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHorror Proton2023-05-17 17:40:49 +0800
committerHorror Proton2023-05-17 17:40:49 +0800
commitc2be2d6912eec0a31d26c33434481828b4c64cf7 (patch)
tree0b6316c3e04b5281d38d5df584f38b7dc6e25279 /PKGBUILD
parent61995106f6326757c065e62706e77d427cd99d78 (diff)
downloadaur-c2be2d6912eec0a31d26c33434481828b4c64cf7.tar.gz
cpr v1.10.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3204e2ee572f..ecdb8ef7e27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John A. Leuenhagen <john@zlima12.com>
pkgname=cpr
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
pkgdesc='C++ Requests: Curl for People, a spiritual port of Python Requests.'
arch=('i686' 'x86_64')
url="https://github.com/libcpr/cpr"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('curl')
makedepends=('cmake')
source=("https://github.com/libcpr/cpr/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('044e98079032f7abf69c4c82f90ee2b4e4a7d2f28245498a5201ad6e8d0b1d08')
+sha256sums=('7b9d3504ffdaf7ce3189f1b91d135888776b6a1b26ea1bf2c3c4986b8a5af06f')
build() {
cmake -B "$srcdir"/build -S "$srcdir/cpr-$pkgver" \