summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJoffrey2020-02-23 16:26:56 +0000
committerJoffrey2020-02-23 16:26:56 +0000
commit397e54d51091af0f5fa3436deb3cc7a8903bb070 (patch)
tree53cd392faf759b0dc57de44a8b10f440fc12deef /.SRCINFO
parent1bd2e08de457d9c85baf948be3d94ec564864e99 (diff)
downloadaur-397e54d51091af0f5fa3436deb3cc7a8903bb070.tar.gz
Python 3 migration
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO14
1 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc42f807649..33466176ce9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsearpc
pkgdesc = A simple C language RPC framework (including both server side & client side)
pkgver = 3.2.0
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://github.com/haiwen/libsearpc
arch = i686
@@ -10,16 +10,12 @@ pkgbase = libsearpc
arch = armv6h
arch = aarch64
license = Apache
- depends = glib2>=2.26.0
- depends = jansson>=2.2.1
- depends = python2-gobject2>=2.26.0
- depends = python2-simplejson
+ depends = glib2
+ depends = jansson
+ depends = python-gobject
+ depends = python-simplejson
source = libsearpc-3.2.0.tar.gz::https://github.com/haiwen/libsearpc/archive/v3.2.0.tar.gz
- source = libsearpc.pc.patch
- source = fix_python_future_builtins_object.patch
sha256sums = c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
- sha256sums = aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4
- sha256sums = f7f8a43bca73e05ce234fb13cae0663c0c7b095d4500200e3479b8eea5fc1497
pkgname = libsearpc