* update python-linetable to 0.0.3-2

This commit is contained in:
Alexander Baldeck 2024-05-10 08:23:24 +02:00
parent e3c459d7af
commit 8a7a1d8840

View File

@ -3,10 +3,10 @@
pkgname=python-linetable
pkgver=0.0.3
pkgrel=1
pkgrel=2
pkgdesc='Library to parse and generate co_linetable attributes in Python code objects'
url="https://github.com/amol-/linetable"
arch=('any')
arch=(any)
license=('MIT')
depends=('python')
checkdepends=('python-pytest')