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

Jan Steffens heftig at gemini.archlinux.org
Thu Oct 21 19:30:41 UTC 2021


    Date: Thursday, October 21, 2021 @ 19:30:41
  Author: heftig
Revision: 426401

archrelease: copy trunk to extra-any

Added:
  gi-docgen/repos/extra-any/PKGBUILD
    (from rev 426400, gi-docgen/trunk/PKGBUILD)
Deleted:
  gi-docgen/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-21 19:30:33 UTC (rev 426400)
+++ PKGBUILD	2021-10-21 19:30:41 UTC (rev 426401)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gi-docgen
-pkgver=2021.7
-pkgrel=1
-pkgdesc="Documentation generator for GObject-based libraries"
-url="https://gnome.pages.gitlab.gnome.org/gi-docgen/"
-arch=(any)
-license=(Apache GPL3)
-depends=(python-jinja python-markdown python-markupsafe python-pygments
-         python-toml python-typogrify)
-makedepends=(python-setuptools git)
-_commit=8401357079fdd2f61bff0e110d7379635b73ead8  # tags/2021.7^0
-source=("git+https://gitlab.gnome.org/GNOME/gi-docgen.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: gi-docgen/repos/extra-any/PKGBUILD (from rev 426400, gi-docgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-21 19:30:41 UTC (rev 426401)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gi-docgen
+pkgver=2021.8
+pkgrel=1
+pkgdesc="Documentation generator for GObject-based libraries"
+url="https://gnome.pages.gitlab.gnome.org/gi-docgen/"
+arch=(any)
+license=(Apache GPL3)
+depends=(python-jinja python-markdown python-markupsafe python-pygments
+         python-toml python-typogrify)
+makedepends=(python-setuptools git)
+_commit=a284455af9b3cad179900f6e1f12b59a3d40c06b  # tags/2021.8^0
+source=("git+https://gitlab.gnome.org/GNOME/gi-docgen.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list