[arch-commits] Commit in scour/repos/extra-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Sep 13 09:13:22 UTC 2020
Date: Sunday, September 13, 2020 @ 09:13:21
Author: alucryd
Revision: 395980
archrelease: copy trunk to extra-any
Added:
scour/repos/extra-any/PKGBUILD
(from rev 395979, 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:13:16 UTC (rev 395979)
+++ PKGBUILD 2020-09-13 09:13:21 UTC (rev 395980)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=scour
-pkgver=0.38
-pkgrel=1
-pkgdesc='An SVG scrubber'
-arch=(any)
-url=https://github.com/scour-project/scour
-license=(Apache)
-depends=(
- python-six
-)
-makedepends=(
- git
- python-setuptools
-)
-_commit=c84731e12d4af0e219c4389434ed68f6708d8c33
-source=(git+https://github.com/scour-project/scour.git#commit=${_commit})
-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 395979, scour/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-13 09:13:21 UTC (rev 395980)
@@ -0,0 +1,37 @@
+# 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:
More information about the arch-commits
mailing list