diff --git a/PKGBUILD b/PKGBUILD index 60aad63..b1eee02 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ pkgname=ccnet # The version number for the software -pkgver=1.3.7 #Should match `grep "PACKAGE_VERSION" ccnet/Makefile` -_seafilever=2.0.7 +pkgver=1.3.8 #Should match `grep "PACKAGE_VERSION" ccnet/Makefile` +_seafilever=2.0.8 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase pkgrel=1 @@ -23,13 +23,13 @@ url="https://github.com/haiwen/ccnet/" license=('custom') # 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 -makedepends=('vala>=0.8' 'libmysqlclient' 'pacman>=4.1') +makedepends=('vala>=0.8' 'pacman>=4.1') # 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. provides=() @@ -40,7 +40,7 @@ options= source=("https://github.com/haiwen/ccnet/archive/v${_seafilever}.tar.gz" "https://raw.github.com/haiwen/ccnet/master/COPYRIGHT" "libccnet.pc.patch") -sha256sums=('e5b4555c4b1a01d04a11c541e6ccf9b7999a9c1ee7838e2ef662deb3c798f465' +sha256sums=('61ba6601fd64cdf3788d45b7b1047e2f7840c8c01cf49bde4af2bd437a106744' '7abb45e3e313d37337b088411fa249171f58186ebf951c19ea2bf1390927a0f3' '66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f')