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

Maxime Gauduin alucryd at archlinux.org
Sun Sep 13 09:18:42 UTC 2020


    Date: Sunday, September 13, 2020 @ 09:18:41
  Author: alucryd
Revision: 395982

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 09:18:36 UTC (rev 395981)
+++ PKGBUILD	2020-09-13 09:18:41 UTC (rev 395982)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=scour
-pkgver=038.1
-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=23835da44a11fcdbb877f11870ffc442f268352c
-source=(git+https://github.com/scour-project/scour.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd scour
-
-  git describe --tags | sed 's/^v//'
-}
-
-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 395981, scour/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-13 09:18:41 UTC (rev 395982)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=scour
+pkgver=0.38.1
+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=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:



More information about the arch-commits mailing list