Selaa lähdekoodia

Update dependencies to include python2

Moritz Maxeiner 10 vuotta sitten
vanhempi
commit
35de980569
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 2 1
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 2 - 1
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = libsearpc
 	pkgdesc = A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System.
 	pkgver = 1.2.2
-	pkgrel = 8
+	pkgrel = 9
 	url = https://github.com/haiwen/libsearpc/
 	arch = i686
 	arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = libsearpc
 	depends = pacman>=4.1
 	depends = jansson>=2.2.1
 	depends = libtool>=1.4
+	depends = python2
 	optdepends = python2-simplejson
 	source = https://github.com/haiwen/libsearpc/archive/v3.0-latest.tar.gz
 	source = libsearpc.pc.patch

+ 2 - 2
PKGBUILD

@@ -10,7 +10,7 @@ pkgver=1.2.2
 _seafilever=3.0-latest
 
 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
-pkgrel=8
+pkgrel=9
 
 # 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."
@@ -25,7 +25,7 @@ url="https://github.com/haiwen/libsearpc/"
 license=('GPLv3')
 
 # Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator
-depends=('glib2>=2.16.0' 'pacman>=4.1' 'jansson>=2.2.1' 'libtool>=1.4')
+depends=('glib2>=2.16.0' 'pacman>=4.1' 'jansson>=2.2.1' 'libtool>=1.4' 'python2')
 
 # Packages that must be installed to build the software, but at not necessary to run it
 makedepends=()