Update to seafile 1.6.1
This commit is contained in:
parent
061d4860a1
commit
e14e636262
12
PKGBUILD
12
PKGBUILD
@ -4,11 +4,11 @@
|
|||||||
pkgname=ccnet
|
pkgname=ccnet
|
||||||
|
|
||||||
# The version number for the software
|
# The version number for the software
|
||||||
pkgver=1.3.1
|
pkgver=1.3.3
|
||||||
_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 framework for writing networked applications in C."
|
pkgdesc="A framework for writing networked applications in C."
|
||||||
@ -23,7 +23,7 @@ url="https://github.com/haiwen/ccnet/"
|
|||||||
license=('custom')
|
license=('custom')
|
||||||
|
|
||||||
# Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator
|
# Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator
|
||||||
depends=('libzdb>=2.10.2' 'libsearpc>=1.0.1')
|
depends=('libzdb>=2.10.2' 'libsearpc>=1.1.0')
|
||||||
|
|
||||||
# Packages that must be installed to build the software, but at not necessary to run it
|
# Packages that must be installed to build the software, but at not necessary to run it
|
||||||
makedepends=('vala>=0.8' 'libmysqlclient' 'pacman>=4.1')
|
makedepends=('vala>=0.8' 'libmysqlclient' 'pacman>=4.1')
|
||||||
@ -37,10 +37,10 @@ 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"
|
||||||
"https://raw.github.com/haiwen/ccnet/master/COPYRIGHT"
|
"https://raw.github.com/haiwen/ccnet/master/COPYRIGHT"
|
||||||
"libccnet.pc.patch")
|
"libccnet.pc.patch")
|
||||||
sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75'
|
sha256sums=('e2f10e9941302dafaf6dd88a507f7b9a1f38c0ce5d2d376e94a3b4e1d6513d72'
|
||||||
'e788cf52e18ae6f284f07669954dfbde8e8567e57191c14944b9513b18c4e985'
|
'e788cf52e18ae6f284f07669954dfbde8e8567e57191c14944b9513b18c4e985'
|
||||||
'66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f')
|
'66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user