summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-08-20 18:51:25 +0200
committereolianoe2016-08-20 18:51:25 +0200
commitbec9ec20cd88263b1e52d1bb0c1018e18f8ec7f6 (patch)
tree3ef12e036a1e4f6d14f757467d8e3e63611142a6
parent30971889f07240cdf7fd22f26947f3f1ba83c696 (diff)
downloadaur-bec9ec20cd88263b1e52d1bb0c1018e18f8ec7f6.tar.gz
Use "${url}"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fad3e683320d..0cec4a6fc4ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 13:41:10 UTC 2016
+# Sat Aug 20 16:50:31 UTC 2016
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.0
pkgrel = 1
- url = https://github.com/haiwen/seafile/
+ url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index c31d9c7314f7..2c6ed99f6813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgver=6.0.0
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
-url="https://github.com/haiwen/seafile/"
+url="https://github.com/haiwen/seafile"
license=('GPL3')
makedepends=("vala" "intltool"
"python2" "sqlite" "fuse"
"ccnet>=${pkgver}" "libevhtp-seafile=1.2.9")
-source=("seafile-server-${pkgver}.tar.gz::https://github.com/haiwen/seafile/archive/v${pkgver}-server.tar.gz"
+source=("seafile-server-${pkgver}.tar.gz::${url}/archive/v${pkgver}-server.tar.gz"
"seafile-admin_virtualenv.patch"
"seafile-server@.service"
"seahub-preupgrade"