summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-09 20:04:35 +0100
committerFelix Golatofski2020-02-09 20:04:35 +0100
commit7fcc348ed4f64cb424dfda2d41f80b902c66308d (patch)
tree5ab73f406163de0f2c7352bfc90e63e23827e6f4
parentcfa2d79377340e85e9d410cccc50293028d987af (diff)
downloadaur-7fcc348ed4f64cb424dfda2d41f80b902c66308d.tar.gz
Updated to 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa93f8cff38c..9194ae676b7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cctz
pkgdesc = A C++ library for translating between absolute and civil times using the rules of a time zone.
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/google/cctz
arch = x86_64
license = Apache
- source = cctz-2.2.tar.gz::https://github.com/google/cctz/archive/v2.2.tar.gz
- sha512sums = 27a9116721a78aff4f692499a48b48ddab7210216b84cff4192414c3e769fede4018118422676981a41ccd09e517a0892d6d732ed7e347ac5e4026ae64999fa4
+ source = cctz-2.3.tar.gz::https://github.com/google/cctz/archive/v2.3.tar.gz
+ sha512sums = e688ddac1bff108e8315bf94cb61483b72b0d16f601e4e1eeb0fd5c064aefe5a573eee66e8903401aa4c2be71ea9f10dd6c9a9cdf8379f5bb6073248a21a83ff
pkgname = cctz
diff --git a/PKGBUILD b/PKGBUILD
index df387bb327c3..ba6b2665d349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=cctz
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="A C++ library for translating between absolute and civil times using the rules of a time zone."
arch=('x86_64')
url="https://github.com/google/cctz"
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/cctz/archive/v${pkgver}.tar.gz")
-sha512sums=('27a9116721a78aff4f692499a48b48ddab7210216b84cff4192414c3e769fede4018118422676981a41ccd09e517a0892d6d732ed7e347ac5e4026ae64999fa4')
+sha512sums=('e688ddac1bff108e8315bf94cb61483b72b0d16f601e4e1eeb0fd5c064aefe5a573eee66e8903401aa4c2be71ea9f10dd6c9a9cdf8379f5bb6073248a21a83ff')
build() {
cd "$pkgname-$pkgver"