summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2016-08-25 11:09:19 -0700
committerDylan Baker2016-08-25 11:10:01 -0700
commit9fecfc11a515cfaac66946b89ad071fd8589e7cf (patch)
treee95b9d80c01bb34a28a85af7ce324e9889da2f00
parent6d0d4b5ac7df5a12c56044b5bae3a8dca519294c (diff)
parentc226b9bf0ff4fe437d8fddfe46e1b43e983b43ca (diff)
downloadaur-9fecfc11a515cfaac66946b89ad071fd8589e7cf.tar.gz
Merge branch 'master' into python2
This fixes the depends and makedepends to be correct, and requires that the pkgrel is bumped.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab463e61dab..40ad06b4cb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python2-jsonstreams
pkgdesc = A Python module for writing JSON as a stream
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dcbaker/jsonstreams
arch = any
license = MIT
- depends = python2
+ makedepends = python2-setuptools
optdepends = python2-simplejson
options = !emptydirs
source = https://pypi.python.org/packages/b6/4e/fc68910cc9b72bca0f9ee8d8cdc7d3ef55c03ab62b2dfb9338d74639f11c/jsonstreams-0.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2796a394dbf6..549869094dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_name=jsonstreams
pkgname=python2-${_name}
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python module for writing JSON as a stream"
arch=('any')
url="https://github.com/dcbaker/jsonstreams"
license=('MIT')
-depends=('python2')
+depends=()
optdepends=('python2-simplejson')
+makedepends=('python2-setuptools')
options=(!emptydirs)
source=('https://pypi.python.org/packages/b6/4e/fc68910cc9b72bca0f9ee8d8cdc7d3ef55c03ab62b2dfb9338d74639f11c/jsonstreams-0.3.1.tar.gz'
'https://pypi.python.org/packages/b6/4e/fc68910cc9b72bca0f9ee8d8cdc7d3ef55c03ab62b2dfb9338d74639f11c/jsonstreams-0.3.1.tar.gz.asc'