Date: Wednesday, February 17, 2021 @ 22:23:07 Author: jelle Revision: 862928
upgpkg: python-svg.path 4.1-1 Modified: python-svg.path/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 22:22:31 UTC (rev 862927) +++ PKGBUILD 2021-02-17 22:23:07 UTC (rev 862928) @@ -1,8 +1,8 @@ # Maintainer: Jelle van der Waa <[email protected]> pkgname=python-svg.path -pkgver=4.0.2 -pkgrel=2 +pkgver=4.1 +pkgrel=1 pkgdesc="SVG path objects and parser" url="https://github.com/regebro/svg.path" license=('MIT') @@ -10,7 +10,7 @@ makedepends=(python-setuptools) arch=(any) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/regebro/svg.path/archive/${pkgver}.tar.gz) -sha512sums=('0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510') +sha512sums=('fb302c65f85bd61d98baab9e2a9707bc82f1bf02f3c9a34e5b864dcc7d2e03f85bd26a4fadd91a4249dbc37ae13f57eb5cdfc2805cbcb4f693d6f5c8863a3e92') build() { cd "svg.path-${pkgver}"
