summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-03-21 21:50:04 +0100
committerAleksandar Trifunovic2019-03-21 21:50:04 +0100
commit91e2accc985cb2066a64619374266f2a1ab059a0 (patch)
tree6acbaf97f36f04651feea29a1f1728b60fece762
parent7d47cfe599f385e40d05fc63c0e60c3fb3918e9e (diff)
downloadaur-91e2accc985cb2066a64619374266f2a1ab059a0.tar.gz
20181200
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c471414b81..ede79b521597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = abseil-cpp
pkgdesc = Abseil Common Libraries (C++)
- pkgver = 20180600
+ pkgver = 20181200
pkgrel = 1
url = https://github.com/abseil/abseil-cpp
arch = any
license = Apache
makedepends = cmake
makedepends = git
- source = https://github.com/abseil/abseil-cpp/archive/20180600.tar.gz
- sha256sums = 794d483dd9a19c43dc1fbbe284ce8956eb7f2600ef350dac4c602f9b4eb26e90
+ source = https://github.com/abseil/abseil-cpp/archive/20181200.tar.gz
+ sha256sums = e2b53bfb685f5d4130b84c4f3050c81bf48c497614dc85d91dbd3ed9129bce6d
pkgname = abseil-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 9eadd6a975b6..7e792a74e197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=abseil-cpp
-pkgver=20180600
+pkgver=20181200
pkgrel=1
pkgdesc="Abseil Common Libraries (C++)"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/abseil/abseil-cpp"
license=('Apache')
makedepends=('cmake' 'git')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('794d483dd9a19c43dc1fbbe284ce8956eb7f2600ef350dac4c602f9b4eb26e90')
+sha256sums=('e2b53bfb685f5d4130b84c4f3050c81bf48c497614dc85d91dbd3ed9129bce6d')
prepare() {
cd "$pkgname-$pkgver"