summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2017-06-27 19:15:22 +0200
committerPopolon2017-06-27 19:15:22 +0200
commit2172d872ebddba4e32eb80c08677d1ca7186204e (patch)
treee0665c0a61022b177f759fd66a08bafadb6aa137
parent332bde3fde21eb82803f7272d12476f6ff28261e (diff)
downloadaur-2172d872ebddba4e32eb80c08677d1ca7186204e.tar.gz
Update dependencies: twisted is replaced by python2-twisted
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b620a444e548..c58e0163dc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Mike Nagie <echo 'cHJvbWlrZTE5ODdAZ21haWwuY29tCg==' | base64 -d>
-# Maintainer: Ingo Gottwald <in dot gottwald at gmail dot com>
+# Maintainer: Popolon <popolon at popolon dot org>
+# Contributor: Mike Nagie <echo 'cHJvbWlrZTE5ODdAZ21haWwuY29tCg==' | base64 -d>
+# Contributor: Ingo Gottwald <in dot gottwald at gmail dot com>
# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=python2-msrplib
pkgver=0.19.0
-pkgrel=2
+pkgrel=3
pkgdesc="A python MSRP client library, implements RFC4975 and RFC4976"
license=('custom:MIT')
arch=('any')
url="http://download.ag-projects.com/MSRP"
-depends=('python2-application>=1.5.0' 'python2-gnutls' 'python2-zope-interface' 'twisted')
+depends=('python2-application>=1.5.0' 'python2-gnutls' 'python2-zope-interface' 'python2-twisted')
source=("http://download.ag-projects.com/MSRP/${pkgname/2}-$pkgver.tar.gz")
md5sums=('41ace0d9dc4454f652ae826073450ebe')