summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2023-12-06 17:27:08 +0100
committerCarl Smedstad2023-12-06 17:27:08 +0100
commitb49469a514eaef1d7135e7b253940a12f38dbc0a (patch)
tree7c636b42f2aaf9021f8008735fcfd546dc604a07
parentf6d849783ccd339098e396fab79704e05ed88702 (diff)
downloadaur-b49469a514eaef1d7135e7b253940a12f38dbc0a.tar.gz
Publish version 2023.12.04.00-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a21df70393f..1165c8999104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = folly
pkgdesc = An open-source C++ library developed and used at Facebook
- pkgver = 2023.11.27.00
+ pkgver = 2023.12.04.00
pkgrel = 1
url = https://github.com/facebook/folly
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = folly
depends = liburing
depends = libunwind
options = !lto
- source = https://github.com/facebook/folly/archive/v2023.11.27.00.tar.gz
- sha256sums = 49c850dbc9600309b0cc595e093c2ebbaa66e664a9b370d542485146aa0cbdcd
+ source = https://github.com/facebook/folly/archive/v2023.12.04.00.tar.gz
+ sha256sums = 6b13903f058fbb795d3c41124fe9df0da6dc07470348868dedafff3c2b106033
pkgname = folly
diff --git a/.gitignore b/.gitignore
index 4131ad9507a9..f71c635dafda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
-/*.pkg.tar.zst
-/*.tar.gz
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index a84d09edca06..9a99a57421ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2023.11.27.00
+pkgver=2023.12.04.00
pkgrel=1
pkgdesc="An open-source C++ library developed and used at Facebook"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('snappy' 'jemalloc' 'double-conversion' 'gflags' 'google-glog' 'libeven
'libdwarf' 'libaio' 'liburing' 'libunwind')
makedepends=('cmake' 'gtest' 'gmock')
source=("https://github.com/facebook/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('49c850dbc9600309b0cc595e093c2ebbaa66e664a9b370d542485146aa0cbdcd')
+sha256sums=('6b13903f058fbb795d3c41124fe9df0da6dc07470348868dedafff3c2b106033')
options=('!lto')
build() {