summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2020-01-07 02:26:06 +0100
committerLászló Várady2020-01-07 02:27:20 +0100
commit1753618ee52fdb1b11023b437a7072217ef9ef1d (patch)
treee3c54b06473e62e09650220864e3850442d4dc00
parentc6ee25d099d6da556365e614d3d91714632d53ec (diff)
downloadaur-1753618ee52fdb1b11023b437a7072217ef9ef1d.tar.gz
v2020.01.06.00
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7352aa1dcd3c..be68aa7528d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proxygen
pkgdesc = A collection of C++ HTTP libraries including an easy to use HTTP server
- pkgver = 2019.11.11.00
+ pkgver = 2020.01.06.00
pkgrel = 1
url = https://github.com/facebook/proxygen
arch = x86_64
@@ -23,9 +23,10 @@ pkgbase = proxygen
depends = libcap
depends = google-glog
depends = gflags
+ depends = fmt
conflicts = proxygen-git
- source = https://github.com/facebook/proxygen/archive/v2019.11.11.00.tar.gz
- sha256sums = d0bae6e17dd6c9ebe823526fe8919451c520e6ce5970b56296d86063fbc820f9
+ source = https://github.com/facebook/proxygen/archive/v2020.01.06.00.tar.gz
+ sha256sums = 1406d403229e69f5c33985c242a8ddba11877acc59cbbd6a66210d9fad0f510b
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 9b21fec9bbd8..26c2af955834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.11.11.00
+pkgver=2020.01.06.00
pkgrel=1
pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server"
arch=('x86_64')
url="https://github.com/facebook/proxygen"
license=('BSD')
-depends=('boost' 'boost-libs' 'folly' 'fizz' 'wangle' 'zstd' 'openssl' 'zlib' 'libcap' 'google-glog' 'gflags')
+depends=('boost' 'boost-libs' 'folly' 'fizz' 'wangle' 'zstd' 'openssl' 'zlib' 'libcap' 'google-glog' 'gflags' 'fmt')
makedepends=('cmake' 'git' 'python' 'gperf' 'gperftools' 'gtest' 'gmock')
conflicts=('proxygen-git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0bae6e17dd6c9ebe823526fe8919451c520e6ce5970b56296d86063fbc820f9')
+sha256sums=('1406d403229e69f5c33985c242a8ddba11877acc59cbbd6a66210d9fad0f510b')
build() {
cd "$pkgname-$pkgver"