1
0
Fork 0

Update to seafile 2.0.8

This commit is contained in:
Aaron Lindsay 2013-12-10 07:14:24 -05:00
parent 08212882a9
commit ed4a32d60a
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ pkgname=libsearpc
# The version number for the software
pkgver=1.1.0 #Should match `grep "PACKAGE_VERSION" libsearpc/Makefile`
_seafilever=2.0.5
_seafilever=2.0.8
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=8
pkgrel=9
# 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."
@ -39,7 +39,7 @@ options=
source=("https://github.com/haiwen/libsearpc/archive/v${_seafilever}.tar.gz"
"libsearpc.pc.patch")
sha256sums=('8f6dd5b02d30aac28b2041a9c9bf2c41b3a149589c6eabc2a2743f352a37cad0'
sha256sums=('dc876fcc1dbe03ddb6e1f7f27266def321178f5d7a1500999b1c896abee951d0'
'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4')
prepare () {