summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2021-08-31 15:05:19 +0200
committerEmanuele 'Lele' Calo2021-08-31 15:05:19 +0200
commit88015f8c5e925b9a5f73d545af80e83ad1e37e18 (patch)
tree94b18eea23c9b050d222fcdb4f933db6f7b26679 /PKGBUILD
parent8124a18b8d75cd4a3590fdb174c9b9bc03528b19 (diff)
downloadaur-88015f8c5e925b9a5f73d545af80e83ad1e37e18.tar.gz
Updated to version 2.0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c279bbf738ad..af8764ff9555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
# Co-Maintainer: eldios
pkgname=seadrive-daemon
-pkgver=2.0.10
+pkgver=2.0.15
pkgrel=1
pkgdesc="Daemon part of seadrive"
arch=('x86_64')
-url="https://download.seafile.com/published/seafile-user-manual/drive_client/drive_client_for_linux.md"
+url="https://www.seafile.com/en/download/"
license=('Apache')
depends=('libsearpc' 'libcurl-compat' 'libevent-compat'
'openssl-1.0' 'fuse2')
-source=('seadrive'
- "http://linux-clients.seafile.com/seadrive-deb/focal/pool/main/s/${pkgname}/${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('25770d58f6e262a29e54a065ccf5e2d138ec5ec2aecaafa12fe2f6fe4ca256fb'
- '21136593bbf5074b708fe296ad30d27a8363b2c8d3ff3fdf91c77c5f4013bef7')
+source=("http://linux-clients.seafile.com/seadrive-deb/focal/pool/main/s/${pkgname}/${pkgname}_${pkgver}_amd64.deb")
+sha256sums=('ae1bcb14dd2e85cdaa32d14140e87e81ec3915cb356b1a32e89e97fe282e0ba3')
prepare() {
cd "${srcdir}"
@@ -24,6 +22,5 @@ prepare() {
package () {
cd "${srcdir}"
- install -Dm 755 "${srcdir}/seadrive" "${pkgdir}/usr/bin/seadrive"
- install -Dm 755 "${srcdir}/usr/bin/seadrive" "${pkgdir}/usr/share/seadrive/seadrive"
+ install -Dm 755 "${srcdir}/usr/bin/seadrive" "${pkgdir}/usr/bin/seadrive"
}