summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgnaggnoyil2022-10-05 01:19:46 +0800
committergnaggnoyil2022-10-05 01:19:46 +0800
commit7f5fa45696fa3c8e108b7f91b1c1314e4316203a (patch)
tree84208b57baaa7f6df1f531f956f955dfe5c3a7b4 /PKGBUILD
parent621fde7f1a7dabbe47b6c7479e087192b1a02d50 (diff)
downloadaur-7f5fa45696fa3c8e108b7f91b1c1314e4316203a.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c7e0aa1e5c..ed74741d7c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,10 @@
pkgname=azure-storage-cpp
pkgdesc='Microsoft Azure Storage Client Library for C++'
pkgver=7.5.0
-pkgrel=2
+# A rebuild is needed each time boost has its version updated.
+# Note: cpprestsdk itself doesn't link with and boost library files. But
+# azure-storeage-cpp will.
+pkgrel=3
arch=('x86_64')
url='https://github.com/Azure/azure-storage-cpp'
license=('APACHE')