Date: Sunday, September 13, 2020 @ 09:13:16 Author: alucryd Revision: 395979
upgpkg: scour 038.1-1 Modified: scour/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-13 09:07:04 UTC (rev 395978) +++ PKGBUILD 2020-09-13 09:13:16 UTC (rev 395979) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=scour -pkgver=0.38 +pkgver=038.1 pkgrel=1 pkgdesc='An SVG scrubber' arch=(any) @@ -14,8 +14,8 @@ git python-setuptools ) -_commit=c84731e12d4af0e219c4389434ed68f6708d8c33 -source=(git+https://github.com/scour-project/scour.git#commit=${_commit}) +_tag=23835da44a11fcdbb877f11870ffc442f268352c +source=(git+https://github.com/scour-project/scour.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
