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

Morten Linderud foxboron at archlinux.org
Mon Feb 3 20:33:41 UTC 2020


    Date: Monday, February 3, 2020 @ 20:33:40
  Author: foxboron
Revision: 561978

upgpkg: hy 0.18.0-1

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-03 20:32:05 UTC (rev 561977)
+++ PKGBUILD	2020-02-03 20:33:40 UTC (rev 561978)
@@ -2,8 +2,8 @@
 # Contributor: JP Cimalando <jp-dev at inbox.ru>
 
 pkgname=hy
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/"
@@ -11,16 +11,12 @@
 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"
-        python-3.8.patch)
-md5sums=('fc719573093f14caba2fade84a8d11e9'
-         '5f8c4d26d959168f88faaccc8b4dfb6c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
+sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
 
 prepare() {
     cd "$pkgname-$pkgver"
 
-    patch -Np1 -i ../python-3.8.patch
-
     # usually generated from git metadata and aded to PyPI sdist
     # PyPI does not include testsuite files.
     echo "__version__ = '$pkgver'" > hy/version.py



More information about the arch-commits mailing list