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

Levente Polyak anthraxx at archlinux.org
Mon Sep 25 17:18:06 UTC 2017


    Date: Monday, September 25, 2017 @ 17:18:05
  Author: anthraxx
Revision: 260570

upgpkg: pdfcrack 0.16-2 (adding manpage)

Modified:
  pdfcrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-25 16:45:10 UTC (rev 260569)
+++ PKGBUILD	2017-09-25 17:18:05 UTC (rev 260570)
@@ -3,7 +3,7 @@
 
 pkgname=pdfcrack
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Password recovery tool for PDF-files'
 url='http://pdfcrack.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -25,6 +25,7 @@
   cd ${pkgname}-${pkgver}
   install -Dm 755 pdfcrack -t "${pkgdir}/usr/bin"
   install -Dm 644 README changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 pdfcrack.1 -t "${pkgdir}/usr/share/man/man1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list