summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2023-04-14 19:43:15 +0200
committerJoffrey2023-04-14 19:43:15 +0200
commit6b38ee20037ceccc40c389efb87fbe5cfd548910 (patch)
treeb52e189781dfc68bac65536699b13b50e7ba1910
parent09e3ec2159ae4f0e2899e810d80330f8011260e1 (diff)
downloadaur-6b38ee20037ceccc40c389efb87fbe5cfd548910.tar.gz
Remove libwebsockets dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a0029bddbb0..a89435611f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seafile
pkgdesc = An online file storage and collaboration tool
pkgver = 9.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = seafile
makedepends = intltool
depends = libsearpc
depends = libevent
- depends = libwebsockets
depends = fuse
depends = python-future
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 7a5b4de75aa2..b517dfd95b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=seafile
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='An online file storage and collaboration tool'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/$pkgname"
@@ -13,7 +13,6 @@ license=('GPL2')
depends=(
'libsearpc'
'libevent'
- 'libwebsockets'
'fuse'
'python-future'
'sqlite'