[arch-commits] Commit in leveldb/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Sun Jun 30 19:25:37 UTC 2019
Date: Sunday, June 30, 2019 @ 19:25:36
Author: dreisner
Revision: 357125
upgpkg: leveldb 1.22-1
Modified:
leveldb/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-30 19:00:50 UTC (rev 357124)
+++ PKGBUILD 2019-06-30 19:25:36 UTC (rev 357125)
@@ -2,7 +2,7 @@
# Contributor: feydaykyn <feydaykyn at yahoo.fr>
pkgname=leveldb
-pkgver=1.21
+pkgver=1.22
pkgrel=1
pkgdesc="A fast and lightweight key/value database library"
arch=('x86_64')
@@ -10,16 +10,9 @@
license=('BSD')
depends=('gperftools' 'snappy')
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/$pkgver.tar.gz"
- 0001-Restore-soname-versioning-with-CMake-build.patch)
-sha1sums=('56c28f289c965f9ecccfc381b2830ef7fe84f853'
- '59a4b71a362598c19d01350a79494dd3d59a5133')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/$pkgver.tar.gz")
+sha1sums=('8d310af5cfb53dc836bfb412ff4b3c8aea578627')
-prepare() {
- # upstream commit 37300aa54b8256dd2edfd504942eb2bd20823647
- patch -Np1 -d $pkgname-$pkgver <0001-Restore-soname-versioning-with-CMake-build.patch
-}
-
build() {
mkdir "$pkgname-$pkgver/build"
cd "$pkgname-$pkgver/build"
More information about the arch-commits
mailing list