Update to seafile 1.6.1
This commit is contained in:
parent
d7fa477746
commit
915e69d356
10
PKGBUILD
10
PKGBUILD
@ -4,10 +4,10 @@
|
|||||||
pkgname=seafile
|
pkgname=seafile
|
||||||
|
|
||||||
# The version number for the software
|
# The version number for the software
|
||||||
pkgver=1.5.3
|
pkgver=1.6.1
|
||||||
|
|
||||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
|
|
||||||
# The description of the package, should be about 80 characters long (one line)
|
# The description of the package, should be about 80 characters long (one line)
|
||||||
pkgdesc="Seafile is an open-source Dropbox replacement."
|
pkgdesc="Seafile is an open-source Dropbox replacement."
|
||||||
@ -22,7 +22,7 @@ url="http://seafile.com"
|
|||||||
license=('GPLv3')
|
license=('GPLv3')
|
||||||
|
|
||||||
# Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator
|
# Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator
|
||||||
depends=('glib2>=2.28' 'libevent>=2.0' 'curl' 'util-linux' 'intltool>=0.40' 'sqlite>=3.7' 'libmysqlclient>=5.5' 'gtk2>=2.24' 'python2-mako' 'python2-webpy' 'python2-simplejson' 'python2-imaging' 'python2-chardet' 'python2-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.1' 'libsearpc>=1.0.2' 'libevhtp')
|
depends=('glib2>=2.28' 'libevent>=2.0' 'curl' 'util-linux' 'intltool>=0.40' 'sqlite>=3.7' 'libmysqlclient>=5.5' 'gtk2>=2.24' 'python2-mako' 'python2-webpy' 'python2-simplejson' 'python2-imaging' 'python2-chardet' 'python2-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.3' 'libsearpc>=1.1.0' 'libevhtp')
|
||||||
|
|
||||||
# Packages that must be installed to build the software, but at not necessary to run it
|
# Packages that must be installed to build the software, but at not necessary to run it
|
||||||
makedepends=('pacman>=4.1')
|
makedepends=('pacman>=4.1')
|
||||||
@ -40,9 +40,9 @@ options=
|
|||||||
|
|
||||||
install=seafile.install
|
install=seafile.install
|
||||||
|
|
||||||
source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz"
|
source=("http://seafile.googlecode.com/files/seafile-1.6.1.tar.gz"
|
||||||
"seafile-admin.patch")
|
"seafile-admin.patch")
|
||||||
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
|
sha256sums=('e2f10e9941302dafaf6dd88a507f7b9a1f38c0ce5d2d376e94a3b4e1d6513d72'
|
||||||
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
|
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
|
||||||
|
|
||||||
prepare () {
|
prepare () {
|
||||||
|
Loading…
Reference in New Issue
Block a user