summaryrefslogtreecommitdiffstats
path: root/testing/rocksdb
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-02-22 15:12:38 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-02-22 15:12:38 +0000
commit9eb376ed50b4f225b00531322fb56406172bf561 (patch)
tree81b4cfdac5acfa44a1bd7070006c27b1fc008ddc /testing/rocksdb
parent474fdeb7283a9750fe2cb9e297644763cdf822cc (diff)
testing/rocksdb: fix depends_dev
based on the v2 patch from author. too bad i did not notice that and pushed the original patch.
Diffstat (limited to 'testing/rocksdb')
-rw-r--r--testing/rocksdb/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rocksdb/APKBUILD b/testing/rocksdb/APKBUILD
index e05e02ae6ab..78c766b2c35 100644
--- a/testing/rocksdb/APKBUILD
+++ b/testing/rocksdb/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=rocksdb
pkgver=4.2
-pkgrel=0
+pkgrel=1
pkgdesc="A persistent key-value store for fast storage environments"
url="http://rocksdb.org"
arch="all"
license="BSD"
depends=""
-depends_dev=""
-makedepends="$depends_dev linux-headers snappy-dev zlib-dev bzip2-dev"
+depends_dev="bzip2-dev snappy-dev zlib-dev"
+makedepends="$depends_dev linux-headers"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="saveas-https://github.com/facebook/$pkgname/archive/v$pkgver.tar.gz/$pkgname-$pkgver.tar.gz