Update to seafile 2.0.8
This commit is contained in:
parent
04ead82543
commit
e8e647cc43
12
PKGBUILD
12
PKGBUILD
@ -4,8 +4,8 @@
|
|||||||
pkgname=ccnet
|
pkgname=ccnet
|
||||||
|
|
||||||
# The version number for the software
|
# The version number for the software
|
||||||
pkgver=1.3.7 #Should match `grep "PACKAGE_VERSION" ccnet/Makefile`
|
pkgver=1.3.8 #Should match `grep "PACKAGE_VERSION" ccnet/Makefile`
|
||||||
_seafilever=2.0.7
|
_seafilever=2.0.8
|
||||||
|
|
||||||
#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=1
|
pkgrel=1
|
||||||
@ -23,13 +23,13 @@ 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.1.0')
|
depends=('libevent>=2.0' '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' 'pacman>=4.1')
|
||||||
|
|
||||||
# Optional packages that extend the software's functionality
|
# Optional packages that extend the software's functionality
|
||||||
optdepends=('libmysqlclient')
|
optdepends=()
|
||||||
|
|
||||||
# List of Package names that this PKGBUILD provides. Put modified packages that will be installed here.
|
# List of Package names that this PKGBUILD provides. Put modified packages that will be installed here.
|
||||||
provides=()
|
provides=()
|
||||||
@ -40,7 +40,7 @@ options=
|
|||||||
source=("https://github.com/haiwen/ccnet/archive/v${_seafilever}.tar.gz"
|
source=("https://github.com/haiwen/ccnet/archive/v${_seafilever}.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=('e5b4555c4b1a01d04a11c541e6ccf9b7999a9c1ee7838e2ef662deb3c798f465'
|
sha256sums=('61ba6601fd64cdf3788d45b7b1047e2f7840c8c01cf49bde4af2bd437a106744'
|
||||||
'7abb45e3e313d37337b088411fa249171f58186ebf951c19ea2bf1390927a0f3'
|
'7abb45e3e313d37337b088411fa249171f58186ebf951c19ea2bf1390927a0f3'
|
||||||
'66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f')
|
'66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user