Date: Wednesday, January 12, 2022 @ 14:53:59 Author: foxboron Revision: 1101600
upgpkg: hy 1.0a4-1 Modified: hy/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-12 14:51:39 UTC (rev 1101599) +++ PKGBUILD 2022-01-12 14:53:59 UTC (rev 1101600) @@ -2,7 +2,7 @@ # Contributor: JP Cimalando <[email protected]> pkgname=hy -pkgver=1.0a3 +pkgver=1.0a4 pkgrel=1 pkgdesc="A dialect of Lisp that's embedded in Python" arch=('any') @@ -11,10 +11,8 @@ 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" - "fix-linetable.patch::https://github.com/hylang/hy/commit/b04d3ddbf98e6c7b39979ce15f678bfc64f98e56.patch") -sha256sums=('cfc1d554c7859016794e33adf8093129de1c7d8c999a633e2ea7e654d487c555' - '7642e8306fdb8d8a24cb42923e46732766c8adcd30d6903627b6efaee7d88dfe') +source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz") +sha256sums=('3cc60daa17071027248b027de9ab47ba7ec15a1b020651fcc8362a825b52ca1b') prepare() { cd "$pkgname-$pkgver" @@ -22,7 +20,6 @@ # usually generated from git metadata and aded to PyPI sdist # PyPI does not include testsuite files. echo "__version__ = '$pkgver'" > hy/version.py - patch -Np1 < "$srcdir/fix-linetable.patch" } build() {
