1
0
Fork 0

Update to seafile 1.6.1

This commit is contained in:
Aaron Lindsay 2013-04-27 09:48:59 -04:00
parent d7fa477746
commit 915e69d356
1 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@
pkgname=seafile
# 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
pkgrel=5
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-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
makedepends=('pacman>=4.1')
@ -40,9 +40,9 @@ options=
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")
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
sha256sums=('e2f10e9941302dafaf6dd88a507f7b9a1f38c0ce5d2d376e94a3b4e1d6513d72'
'0d9578b85c00f3087a19f227b29c3fda13e83d093d024c68c1df5575d30d56dc')
prepare () {