[arch-commits] Commit in img2pdf/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Mar 13 14:00:55 UTC 2018


    Date: Tuesday, March 13, 2018 @ 14:00:53
  Author: archange
Revision: 307276

Move python-setuptools to depends (thanks anthraxx)

Modified:
  img2pdf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-13 13:43:52 UTC (rev 307275)
+++ PKGBUILD	2018-03-13 14:00:53 UTC (rev 307276)
@@ -2,13 +2,12 @@
 
 pkgname=img2pdf
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Losslessly convert raster images to PDF"
 arch=('any')
 url='https://gitlab.mister-muffin.de/josch/img2pdf'
 license=('LGPL3')
-depends=('python-pillow')
-makedepends=('python-setuptools')
+depends=('python-pillow' 'python-setuptools')
 source=("https://pypi.io/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('140b70fa3a3bfb54e92947818cee01483a4f1492b5d1d02b0f649257f5ffc9ae')
 



More information about the arch-commits mailing list