summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2020-06-13 10:22:31 -0700
committerKyle Manna2020-06-13 10:22:31 -0700
commitc347c4a8a53442d7b90fa997f563e4e69970a897 (patch)
treee88c202685da1d3c0902908d65d3dfb7617aefed /PKGBUILD
parentcfce3ce7593764c7b3d5d76bfdfffe5d138d8b26 (diff)
downloadaur-python-umsgpack.tar.gz
pkgrel: v0.1.0-2
* Fix the dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d066d6bea466..548ff3f6f5e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-umsgpack
_pkgname=${pkgname/python-/}
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unicode-friendly msgpack wrapper"
url="https://github.com/minrk/umsgpack"
-depends=('python' 'python-twisted')
+depends=('python')
optdepends=()
license=('MIT')
arch=('any')