Update to seafile 1.5.3
This commit is contained in:
parent
3c7a0be644
commit
df8ea8c466
10
PKGBUILD
10
PKGBUILD
@ -4,10 +4,10 @@
|
||||
pkgname=seafile
|
||||
|
||||
# The version number for the software
|
||||
pkgver=1.4.5
|
||||
pkgver=1.5.3
|
||||
|
||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
|
||||
# The description of the package, should be about 80 characters long (one line)
|
||||
pkgdesc="Seafile is an open-source Dropbox replacement."
|
||||
@ -22,7 +22,7 @@ url="http://seafile.com"
|
||||
license=('GPLv3')
|
||||
|
||||
# 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-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.0' 'libsearpc' '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-pip' 'python2-virtualenv' 'libnotify' 'gunicorn' 'python2-djblets' 'ccnet>=1.3.1' 'libsearpc>=1.0.2' 'libevhtp')
|
||||
|
||||
# Packages that must be installed to build the software, but at not necessary to run it
|
||||
makedepends=()
|
||||
@ -40,9 +40,9 @@ options=
|
||||
|
||||
install=seafile.install
|
||||
|
||||
source=("http://seafile.googlecode.com/files/seafile-1.4.5.tar.gz"
|
||||
source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz"
|
||||
"seafile-admin.patch")
|
||||
sha256sums=('d298ea339a8ddc3cec0d8513032b15b1c53ee27bb4afc69f147bca57258fe9fb'
|
||||
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
|
||||
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
|
||||
|
||||
prepare () {
|
||||
|
Loading…
Reference in New Issue
Block a user