summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Forencich2017-12-28 16:42:08 -0800
committerAlex Forencich2017-12-28 16:42:08 -0800
commit5deabf67a6c0109aa167e3860c38e0f4132b8abd (patch)
treef822c91c58c2db5da8a5b71cd2ee33c5f5358ae8
parent2f00c8b05d8d77dbed4d53afc79592172f4b23dd (diff)
downloadaur-5deabf67a6c0109aa167e3860c38e0f4132b8abd.tar.gz
Update version, add python-setuptools dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e9628b5ac0..d8c60e1408b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-myhdl-git
pkgdesc = a Python-Based Hardware Description Language
- pkgver = 0.9.0.r265.ga56544b
+ pkgver = 0.9.0.r277.g29069ae
pkgrel = 1
url = http://www.myhdl.org/
arch = any
license = LGPL
makedepends = git
makedepends = python-sphinx
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = myhdl::git+https://github.com/jandecaluwe/myhdl.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2595755bc87e..44a54113ebd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Forencich <alex@alexforencich.com>
pkgname=(python-myhdl-git python2-myhdl-git)
-pkgver=0.9.0.r265.ga56544b
+pkgver=0.9.0.r277.g29069ae
pkgrel=1
pkgdesc="a Python-Based Hardware Description Language"
arch=('any')
url="http://www.myhdl.org/"
license=('LGPL')
-makedepends=('git' 'python-sphinx')
+makedepends=('git' 'python-sphinx' 'python-setuptools' 'python2-setuptools')
_gitroot='https://github.com/jandecaluwe/myhdl.git'
_gitname='myhdl'