summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2018-12-25 23:53:40 -0500
committerCebtenzzre2018-12-25 23:54:37 -0500
commitbebf37c0c9d8f07bb85f2a63f862b21fc6685e44 (patch)
tree93dfd1dc8dc562e6f53beb5e1afa350521279573
parentce52aa8c4c560ab50e513b0f5d4b6a06e64286a4 (diff)
downloadaur-bebf37c0c9d8f07bb85f2a63f862b21fc6685e44.tar.gz
Fix build: Depend on python2-sphinx instead
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26581f93d8ba..75de68a24cf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = wslay
makedepends = libtool
makedepends = make
makedepends = pkg-config
- makedepends = python-sphinx
+ makedepends = python2-sphinx
optdepends = cunit: build and run tests
optdepends = nettle: build and run tests
source = wslay-1.1.0.tar.gz::https://codeload.github.com/tatsuhiro-t/wslay/tar.gz/release-1.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 09c53117ea2f..c2f4c18fdd6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: Cebtenzzre <cebtenzzre (at) gmail (dot) com>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=wslay
pkgver=1.1.0
pkgrel=1
pkgdesc="The WebSocket library in C"
arch=('i686' 'x86_64')
-makedepends=('autoconf' 'automake' 'git' 'libtool' 'make' 'pkg-config' 'python-sphinx')
+makedepends=('autoconf' 'automake' 'git' 'libtool' 'make' 'pkg-config' 'python2-sphinx')
optdepends=('cunit: build and run tests'
'nettle: build and run tests')
url="https://github.com/tatsuhiro-t/wslay"