From 915e69d35646b81758214846283fd655fbb3b75c Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 27 Apr 2013 09:48:59 -0400 Subject: [PATCH] Update to seafile 1.6.1 --- PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 07fbf9d..3f450b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 () {