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

Jan Steffens heftig at archlinux.org
Wed Oct 2 13:28:06 UTC 2019


    Date: Wednesday, October 2, 2019 @ 13:28:06
  Author: heftig
Revision: 363658

archrelease: copy trunk to extra-any

Added:
  unoconv/repos/extra-any/PKGBUILD
    (from rev 363656, unoconv/trunk/PKGBUILD)
Deleted:
  unoconv/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-02 13:28:04 UTC (rev 363657)
+++ PKGBUILD	2019-10-02 13:28:06 UTC (rev 363658)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: max.bra <max.bra at alice dot it>
-# Contributor: SeeSchloss <seeschloss at seos.fr>
-
-pkgname=unoconv
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Libreoffice-based document converter"
-url="http://dag.wiee.rs/home-made/unoconv"
-depends=(python libreoffice)
-makedepends=(asciidoc git)
-arch=(any)
-license=(GPL2)
-_commit=7f044854cc2b75d3ba988411f5f9f0c2483169cd  # tags/0.8.2
-source=("git+https://github.com/dagwieers/unoconv#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: unoconv/repos/extra-any/PKGBUILD (from rev 363656, unoconv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-02 13:28:06 UTC (rev 363658)
@@ -0,0 +1,26 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: max.bra <max.bra at alice dot it>
+# Contributor: SeeSchloss <seeschloss at seos.fr>
+
+pkgname=unoconv
+pkgver=0.9
+pkgrel=1
+pkgdesc="Libreoffice-based document converter"
+url="http://dag.wiee.rs/home-made/unoconv"
+depends=(python libreoffice)
+makedepends=(asciidoc git)
+arch=(any)
+license=(GPL2)
+_commit=4cf0e54460bf27db8153951a78b3860d4f810fea  # tags/0.9
+source=("git+https://github.com/dagwieers/unoconv#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list