Date: Saturday, January 18, 2020 @ 22:38:40 Author: polyzen Revision: 553108
upgpkg: termtosvg 1.1.0-1 Modified: termtosvg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 22:35:58 UTC (rev 553107) +++ PKGBUILD 2020-01-18 22:38:40 UTC (rev 553108) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=termtosvg -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='Record terminal sessions as SVG animations' arch=('any') @@ -10,7 +10,7 @@ depends=('python-lxml' 'python-pyte') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('cfe52876ee57de3ed3a0a5c5ccc0fc48de3ae7fe5867602f6e57ab9cefae14b4') +sha256sums=('ed38f1615d7f873e784761d1b406ac73abbd2bbf0c517362f5c2fdc1919d65ee') build() { cd $pkgname-$pkgver
