Date: Tuesday, January 15, 2019 @ 00:21:24 Author: anthraxx Revision: 423112
upgpkg: python-sqlalchemy-continuum 1.3.7-1 Modified: python-sqlalchemy-continuum/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-15 00:09:57 UTC (rev 423111) +++ PKGBUILD 2019-01-15 00:21:24 UTC (rev 423112) @@ -3,8 +3,8 @@ _pkgname=sqlalchemy-continuum pkgname=python-sqlalchemy-continuum -pkgver=1.3.6 -pkgrel=2 +pkgver=1.3.7 +pkgrel=1 pkgdesc='Versioning and auditing extension for SQLAlchemy' url='https://github.com/kvesteri/sqlalchemy-continuum' arch=('any') @@ -20,7 +20,7 @@ 'python-sqlalchemy-i18n: internationalization') options=('!makeflags') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz) -sha512sums=('dd0fea44f4f928b458291bfcdb632b1b447402648ed6c415a4bb1cca43bf19bd95b09b8f0447ee39432bf1e186d8bc919d1ca65b63d91631ebc56ed9a2e44f26') +sha512sums=('f41017c8b5b5611b2a119d0b937d54bc4caa25d736ed0c3bbb48fb224a617c3cc5185d818ab12b77622b1586bb3312cc3673446e48c709c2e569a468b1379575') build() { cd ${_pkgname}-${pkgver} @@ -28,6 +28,11 @@ make -C docs text man } +check() { + cd ${_pkgname}-${pkgver}/tests + DB=sqlite pytest +} + package() { cd ${_pkgname}-${pkgver} python setup.py install --root="${pkgdir}" --optimize=1 --skip-build @@ -37,9 +42,4 @@ ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz" } -check() { - cd ${_pkgname}-${pkgver}/tests - DB=sqlite pytest -} - # vim: ts=2 sw=2 et:
