Date: Monday, June 6, 2022 @ 09:59:44 Author: felixonmars Revision: 1225564
upgpkg: python-pyte 0.8.1-1 Modified: python-pyte/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-06 09:59:17 UTC (rev 1225563) +++ PKGBUILD 2022-06-06 09:59:44 UTC (rev 1225564) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pyte -pkgver=0.8.0 -pkgrel=8 +pkgver=0.8.1 +pkgrel=1 pkgdesc='Simple VTXXX-compatible terminal emulator' arch=('any') license=('LGPL3') @@ -9,16 +9,16 @@ url='https://github.com/selectel/pyte' depends=('python-wcwidth') makedepends=('python-setuptools' 'python-pytest-runner') -source=("$pkgname-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz") -sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8') +source=("https://github.com/selectel/pyte/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('f49d9394cca92c27fdd5319bdce164d5cac63b77d13156de7105bee6087a615e844fafa8507089c8bf6cf31a796cc858a3ccf597aa23cfa595d0d9e0adfab5d4') build() { - cd "$srcdir"/pyte-$pkgver + cd pyte-$pkgver python setup.py build } check() { - cd "$srcdir"/pyte-$pkgver + cd pyte-$pkgver python setup.py pytest }
