[arch-commits] Commit in img2pdf/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jan 8 16:44:49 UTC 2019


    Date: Tuesday, January 8, 2019 @ 16:44:49
  Author: archange
Revision: 421041

archrelease: copy trunk to community-any

Added:
  img2pdf/repos/community-any/PKGBUILD
    (from rev 421040, img2pdf/trunk/PKGBUILD)
Deleted:
  img2pdf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 16:44:36 UTC (rev 421040)
+++ PKGBUILD	2019-01-08 16:44:49 UTC (rev 421041)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=img2pdf
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Losslessly convert raster images to PDF"
-arch=('any')
-url='https://gitlab.mister-muffin.de/josch/img2pdf'
-license=('LGPL3')
-depends=('python-pillow' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('28eaf39e90997979893c4e64be5b23c8fbb1122688a28df127c957388b7d9d1f')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    python setup.py build
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" --optimize=1
-}

Copied: img2pdf/repos/community-any/PKGBUILD (from rev 421040, img2pdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-08 16:44:49 UTC (rev 421041)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=img2pdf
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Losslessly convert raster images to PDF"
+arch=('any')
+url='https://gitlab.mister-muffin.de/josch/img2pdf'
+license=('LGPL3')
+depends=('python-pillow' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    python setup.py build
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list