[arch-commits] Commit in hy/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Tue Jan 26 22:09:42 UTC 2021


    Date: Tuesday, January 26, 2021 @ 22:09:41
  Author: foxboron
Revision: 831056

upgpkg: hy 0.20.0-1

Modified:
  hy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-26 22:05:08 UTC (rev 831055)
+++ PKGBUILD	2021-01-26 22:09:41 UTC (rev 831056)
@@ -2,17 +2,17 @@
 # Contributor: JP Cimalando <jp-dev at inbox.ru>
 
 pkgname=hy
-pkgver=0.19.0
-pkgrel=3
+pkgver=0.20.0
+pkgrel=1
 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' 'python-funcparserlib')
+depends=('python-rply' 'python-astor' 'python-funcparserlib' 'python-colorama')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
-sha256sums=('3a24f02a22ab8679783b1b817eba5fd1cfa1b9fb334e16fad74fc1887d257efc')
+sha256sums=('d4a96426e5367e170b3c245e3fa222c99f04d3f646e037c6f45b58376ad88020')
 
 prepare() {
     cd "$pkgname-$pkgver"



More information about the arch-commits mailing list