[arch-commits] Commit in hy/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Jun 2 13:47:37 UTC 2019
Date: Sunday, June 2, 2019 @ 13:47:37
Author: foxboron
Revision: 476606
upgpkg: hy 0.17.0-1
Modified:
hy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-02 13:46:30 UTC (rev 476605)
+++ PKGBUILD 2019-06-02 13:47:37 UTC (rev 476606)
@@ -2,8 +2,8 @@
# Contributor: JP Cimalando <jp-dev at inbox.ru>
pkgname=hy
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc="A dialect of Lisp that's embedded in Python"
arch=('any')
url="http://hylang.org/"
@@ -12,7 +12,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
-md5sums=('74e6def3be716730706ff273bfa648eb')
+md5sums=('fc719573093f14caba2fade84a8d11e9')
prepare() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list