summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2018-09-26 15:49:08 -0400
committerTony Lambiris2018-09-26 15:49:08 -0400
commitf224735c225543ac87d45736de8f097ca2eaec2b (patch)
treec0aa9e15fc9dd5ea9b9ee2f5551d97b2b0cffa03 /PKGBUILD
parent2d06f3d4e76597dec757bc09e2992752d2884a2c (diff)
downloadaur-f224735c225543ac87d45736de8f097ca2eaec2b.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b241ca4393..096bf3eb574e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=rocksdb-lite
-pkgver=5.14.3
+pkgver=5.15.10
pkgrel=1
pkgdesc='Embedded key-value store for fast storage (lite version)'
arch=(i686 x86_64)
@@ -10,9 +10,8 @@ license=('Apache')
depends=(gperftools zlib bzip2 lz4 snappy gcc-libs)
conflicts=(rocksdb)
checkdepends=(python2)
-source=(https://github.com/facebook/rocksdb/archive/v$pkgver.zip
- fix-compiler-with-gcc-8.1.1.patch)
-sha256sums=('e927efa48b01100bfe7aa43cd0f18c1a3c37afdcdf7337d89cd9ab7541d4f07a'
+source=(https://github.com/facebook/rocksdb/archive/v$pkgver.zip)
+sha256sums=('16356771775376b50e5cd4e7a185e84f398493183d375ff14cd6d396cdae6ea0'
'079e9b29bc7174d6a6a6dd50602f9d2a561ea55d42328c75576acd666fe92dd5')
prepare() {
@@ -21,7 +20,6 @@ prepare() {
if [ "$CARCH" == "armv6h" ]; then
sed -e 's/-momit-leaf-frame-pointer//' -i Makefile
fi
- patch -Np1 -i ../fix-compiler-with-gcc-8.1.1.patch
}
build() {