Explorar el Código

Merge branch 'release-1.2.9-8'

Edvinas Valatka hace 9 años
padre
commit
0a306b1bdf
Se han modificado 2 ficheros con 5 adiciones y 4 borrados
  1. 3 2
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 2
.SRCINFO

@@ -1,9 +1,9 @@
 # Generated by mksrcinfo v8
-# Thu Apr 28 11:41:00 UTC 2016
+# Thu Apr 28 11:38:56 UTC 2016
 pkgbase = libevhtp-seafile
 	pkgdesc = A more flexible replacement for libevent's httpd API. [Built for seafile]
 	pkgver = 1.2.9
-	pkgrel = 7
+	pkgrel = 8
 	url = https://github.com/ellzey/libevhtp
 	arch = i686
 	arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = libevhtp-seafile
 	license = BSD
 	makedepends = cmake
 	depends = libevent>=2.0.0
+	depends = oniguruma
 	provides = libevhtp
 	conflicts = libevhtp
 	source = libevhtp-1.2.9.zip::https://github.com/ellzey/libevhtp/archive/1.2.9.zip

+ 2 - 2
PKGBUILD

@@ -4,12 +4,12 @@
 _pkgname=libevhtp
 pkgname="${_pkgname}"-seafile
 pkgver=1.2.9
-pkgrel=7
+pkgrel=8
 pkgdesc="A more flexible replacement for libevent's httpd API. [Built for seafile]"
 arch=('i686' 'x86_64' 'armv5te' 'armv6h' 'armv7h')
 url="https://github.com/ellzey/libevhtp"
 license=('BSD')
-depends=('libevent>=2.0.0')
+depends=('libevent>=2.0.0' 'oniguruma')
 makedepends=('cmake')
 provides=('libevhtp')
 conflicts=('libevhtp')