[arch-commits] Commit in scour/repos/extra-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 5 13:15:59 UTC 2020


    Date: Saturday, December 5, 2020 @ 13:15:59
  Author: alucryd
Revision: 402895

archrelease: copy trunk to extra-any

Added:
  scour/repos/extra-any/PKGBUILD
    (from rev 402894, scour/trunk/PKGBUILD)
Deleted:
  scour/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-05 13:15:54 UTC (rev 402894)
+++ PKGBUILD	2020-12-05 13:15:59 UTC (rev 402895)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=scour
-pkgver=0.38.1
-pkgrel=2
-pkgdesc='An SVG scrubber'
-arch=(any)
-url=https://github.com/scour-project/scour
-license=(Apache)
-depends=(
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=23835da44a11fcdbb877f11870ffc442f268352c
-source=(git+https://github.com/scour-project/scour.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd scour
-
-  git describe --tags | sed -r 's/^v//; s/^0([0-9])/0.\1/'
-}
-
-build() {
-  cd scour
-  python setup.py build
-}
-
-package() {
-  cd scour
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: scour/repos/extra-any/PKGBUILD (from rev 402894, scour/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-05 13:15:59 UTC (rev 402895)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=scour
+pkgver=0.38.2
+pkgrel=1
+pkgdesc='An SVG scrubber'
+arch=(any)
+url=https://github.com/scour-project/scour
+license=(Apache)
+depends=(
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=04bf3d79a0db6b60cf9e226a8cdb96fc216cd71f
+source=(git+https://github.com/scour-project/scour.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd scour
+
+  git describe --tags | sed -r 's/^v//; s/^0([0-9])/0.\1/'
+}
+
+build() {
+  cd scour
+  python setup.py build
+}
+
+package() {
+  cd scour
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list