Kaynağa Gözat

Merge branch 'hotfix-5.0.4-3'

Edvinas Valatka 10 yıl önce
ebeveyn
işleme
a11dc49ccf
2 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.SRCINFO

@@ -1,9 +1,9 @@
 # Generated by mksrcinfo v8
-# Wed Jan 13 18:31:55 UTC 2016
+# Thu Jan 14 01:08:44 UTC 2016
 pkgbase = seafile-server
 	pkgdesc = Seafile is an online file storage and collaboration tool
 	pkgver = 5.0.4
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/haiwen/seafile/
 	arch = i686
 	arch = x86_64
@@ -52,7 +52,7 @@ pkgname = seafile-server
 pkgname = seafile-client-cli
 	pkgdesc = Seafile cli client
 	depends = seafile-shared
-	depends = ibevent
+	depends = libevent
 	conflicts = seafile-shared<5.0.4
 
 pkgname = seafile-shared

+ 2 - 2
PKGBUILD

@@ -3,7 +3,7 @@
 
 pkgname=('seafile-server' 'seafile-client-cli' 'seafile-shared')
 pkgver=5.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Seafile is an online file storage and collaboration tool"
 arch=('i686' 'x86_64' 'armv7h' 'armv6h')
 url="https://github.com/haiwen/seafile/"
@@ -56,7 +56,7 @@ build() {
 }
 
 package_seafile-client-cli() {
-  depends=("seafile-shared" "ibevent")
+  depends=("seafile-shared" "libevent")
   conflicts=("seafile-shared<${pkgver}")
   pkgdesc="Seafile cli client"