1
0
Fork 0

Update to Seafile 1.4.5

This commit is contained in:
Aaron Lindsay 2013-02-01 07:30:14 -05:00
parent fdffe0bce6
commit 2c701a1206
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
pkgname=seafile
# The version number for the software
pkgver=1.4.1
pkgver=1.4.5
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=2
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' '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.0' 'libsearpc' 'libevhtp')
# Packages that must be installed to build the software, but at not necessary to run it
makedepends=()
@ -42,7 +42,7 @@ install=seafile.install
source=("http://seafile.com.cn/downloads/seafile-latest.tar.gz"
"seafile-admin.patch")
sha256sums=('ea4274fd4d67e775ea217e5a63581e9bab1d51b6f172c2178fdbd4f5eb6279e1'
sha256sums=('843b32a3f9ae9a3bc88d0c728a2873da824537cb4aa907bb9af4cf61121ccc99'
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
prepare () {