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

David Runge dvzrv at archlinux.org
Mon Dec 4 18:53:51 UTC 2017


    Date: Monday, December 4, 2017 @ 18:53:50
  Author: dvzrv
Revision: 272152

upgpkg: nomacs 3.8.0-3

Changing to correctly resolving url.
Adding qt5-imageformats to optdepends (closing #52747). Fixing missing file suffix for source.

Modified:
  nomacs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 18:24:04 UTC (rev 272151)
+++ PKGBUILD	2017-12-04 18:53:50 UTC (rev 272152)
@@ -4,14 +4,15 @@
 
 pkgname=nomacs
 pkgver=3.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
-url="https://www.nomacs.org/"
+url="https://nomacs.org/"
 license=('GPL3')
 depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+optdepends=('qt5-imageformats: support additional image formats')
 makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
         "${pkgname}-plugins-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz"
         "${pkgname}-no-coverage.patch")
 sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'



More information about the arch-commits mailing list