Add python2 as a dependency
This commit is contained in:
parent
36d58e14c1
commit
53c272ec0a
4
PKGBUILD
4
PKGBUILD
@ -8,7 +8,7 @@ pkgver=1.4.1
|
|||||||
_seafilever=2.1.2
|
_seafilever=2.1.2
|
||||||
|
|
||||||
#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=2
|
pkgrel=3
|
||||||
|
|
||||||
# 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=('libevent>=2.0' 'libzdb>=2.10.2' 'libsearpc>=1.2.1' 'jansson>=2.2.1' 'libldap')
|
depends=('libevent>=2.0' 'libzdb>=2.10.2' 'libsearpc>=1.2.1' 'jansson>=2.2.1' 'libldap' 'python2>=2.6')
|
||||||
|
|
||||||
# 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' 'pacman>=4.1')
|
makedepends=('vala>=0.8' 'pacman>=4.1')
|
||||||
|
Loading…
Reference in New Issue
Block a user