1
0
Fork 0

Update to seafile 1.8.1

This commit is contained in:
Aaron Lindsay 2013-08-20 17:32:27 -04:00
parent eff065360e
commit 899effb013
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@
pkgname=libsearpc
# The version number for the software
pkgver=1.1.0
_seafilever=1.7.1.1
pkgver=1.1.0 #Should match `grep "PACKAGE_VERSION" libsearpc/Makefile`
_seafilever=1.8.1
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=5
pkgrel=7
# The description of the package, should be about 80 characters long (one line)
pkgdesc="A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System."
@ -37,9 +37,9 @@ provides=()
# Change the default behavior of makepkg see PKGBUILD#options
options=
source=("http://seafile.googlecode.com/files/seafile-1.7.1.1.tar.gz"
source=("http://seafile.googlecode.com/files/seafile-1.8.1.tar.gz"
"libsearpc.pc.patch")
sha256sums=('840ca277756c3e2c4014a4b62ea1ed4eed732381910048387afcf52cbe2b4054'
sha256sums=('b08d4a79ef26023e49e5882d88d6e8d918dbb3e0ea17694fea1d593b493c8f81'
'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4')
prepare () {