Updated to seafile 1.6.1
This commit is contained in:
parent
eff0f7c447
commit
d7c3b3706d
10
PKGBUILD
10
PKGBUILD
@ -4,11 +4,11 @@
|
|||||||
pkgname=libsearpc
|
pkgname=libsearpc
|
||||||
|
|
||||||
# The version number for the software
|
# The version number for the software
|
||||||
pkgver=1.0.2
|
pkgver=1.1.0
|
||||||
_seafilever=1.5.3
|
_seafilever=1.6.1
|
||||||
|
|
||||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
|
|
||||||
# The description of the package, should be about 80 characters long (one line)
|
# 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."
|
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
|
# Change the default behavior of makepkg see PKGBUILD#options
|
||||||
options=
|
options=
|
||||||
|
|
||||||
source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz"
|
source=("http://seafile.googlecode.com/files/seafile-1.6.1.tar.gz"
|
||||||
"libsearpc.pc.patch")
|
"libsearpc.pc.patch")
|
||||||
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
|
sha256sums=('e2f10e9941302dafaf6dd88a507f7b9a1f38c0ce5d2d376e94a3b4e1d6513d72'
|
||||||
'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4')
|
'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4')
|
||||||
|
|
||||||
prepare () {
|
prepare () {
|
||||||
|
Loading…
Reference in New Issue
Block a user