Date: Friday, February 19, 2016 @ 18:49:51
  Author: arcanis
Revision: 162593

Just remove comma from dep list. No rebuild required.

Modified:
  pdfsam/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-19 15:47:46 UTC (rev 162592)
+++ PKGBUILD    2016-02-19 17:49:51 UTC (rev 162593)
@@ -10,7 +10,7 @@
 arch=('any')
 url="http://www.pdfsam.org/";
 license=('AGPL3')
-depends=('java-environment', 'sh')
+depends=('java-environment' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
 optdepends=('java-openjfx: required if openjdk is used')
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip";

Reply via email to