Date: Thursday, May 11, 2023 @ 20:45:45 Author: grawlinson Revision: 1459989
upgpkg: python-cython-lint 0.15.0-1; new upstream release Modified: python-cython-lint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 20:43:20 UTC (rev 1459988) +++ PKGBUILD 2023-05-11 20:45:45 UTC (rev 1459989) @@ -1,8 +1,8 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=python-cython-lint -pkgver=0.12.4 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc='A tool to lint Cython files' arch=('any') url='https://github.com/MarcoGorelli/cython-lint' @@ -21,7 +21,7 @@ 'python-setuptools' ) checkdepends=('python-pytest') -_commit='70376e0bdd6660977155881105e8492a14adbf20' +_commit='ee720d6332a996d755b8919de55fc75d408be768' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')
