summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a08f02c8ac..fdcf567642af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libe
pkgdesc = Library containing high-performance datastructures and utilities for C++ used by hyperdex
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rescrv/e
arch = x86_64
arch = i686
license = BSD
makedepends = wget
makedepends = gcc
+ depends = libpo6
source = http://hyperdex.org/src/libe-0.11.0.tar.gz
md5sums = 8ddff754a8478fcd9f2face6c18c5ef6
diff --git a/PKGBUILD b/PKGBUILD
index 656e0030d3a2..d7bda2c15a2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: MobiusHorizons <codemobius@gmail.com>
pkgname=libe
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library containing high-performance datastructures and utilities for C++ used by hyperdex"
url="https://github.com/rescrv/e"
arch=('x86_64' 'i686')
license=('BSD')
-depends=()
-makedepends=('wget' 'gcc')
+depends=('libpo6')
+makedepends=('wget' 'gcc')
conflicts=()
replaces=()
backup=()