Date: Saturday, December 29, 2018 @ 15:13:11 Author: foxboron Revision: 418845
upgpkg: hy 0.15.0-2 Modified: hy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-29 14:33:47 UTC (rev 418844) +++ PKGBUILD 2018-12-29 15:13:11 UTC (rev 418845) @@ -3,12 +3,12 @@ pkgname=hy pkgver=0.15.0 -pkgrel=1 +pkgrel=2 pkgdesc="A dialect of Lisp that's embedded in Python" arch=('any') url="http://hylang.org/" license=('MIT') -depends=('python-rply' 'python-astor' 'python-clint') +depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib') makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")