summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-03-26 11:02:24 -0400
committerTony Lambiris2019-03-26 11:02:24 -0400
commit49f38e0ddede4527f88511488a6363c26344f8d6 (patch)
treee419053312879032a32e32153e681755de21878a
parent4376d3fce8d84e9d7ca1495414a46078564e5e38 (diff)
downloadaur-49f38e0ddede4527f88511488a6363c26344f8d6.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c8beb150879..00ca267a5e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-sdk-cpp-git
pkgdesc = AWS SDK for C++
- pkgver = 1.7.59.r0.gcc21273299
+ pkgver = 1.7.76.r0.g64edbaf595
pkgrel = 1
url = https://github.com/aws/aws-sdk-cpp
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = aws-sdk-cpp-git
makedepends = zlib
makedepends = libutil-linux
depends = cmake
- source = aws-sdk-cpp-git::git+https://github.com/aws/aws-sdk-cpp#commit=cc212732996dcabbf100404b9af773f85cfb1a42
+ source = aws-sdk-cpp-git::git+https://github.com/aws/aws-sdk-cpp#commit=64edbaf595f6e7e0b0ffbf5a14448eca661ac998
sha256sums = SKIP
pkgname = aws-sdk-cpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d5382dc1227..f93427192bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=aws-sdk-cpp-git
-pkgver=1.7.59.r0.gcc21273299
+pkgver=1.7.76.r0.g64edbaf595
pkgrel=1
pkgdesc="AWS SDK for C++"
arch=('x86_64')
@@ -9,9 +9,9 @@ license=('Apache')
depends=('cmake')
makedepends=('openssl' 'curl' 'zlib' 'libutil-linux')
conclits=('aws-checksums-git')
-_gitcommit='cc212732996dcabbf100404b9af773f85cfb1a42'
-#source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp")
+_gitcommit='64edbaf595f6e7e0b0ffbf5a14448eca661ac998'
source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp#commit=${_gitcommit}")
+#source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp")
sha256sums=('SKIP')
# disable until aws engineers can settle on their fucking build process