[arch-commits] Commit in pdfcrack/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 22 21:18:39 UTC 2019


    Date: Wednesday, May 22, 2019 @ 21:18:39
  Author: anthraxx
Revision: 468708

archrelease: copy trunk to community-x86_64

Added:
  pdfcrack/repos/community-x86_64/PKGBUILD
    (from rev 468707, pdfcrack/trunk/PKGBUILD)
Deleted:
  pdfcrack/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 21:18:35 UTC (rev 468707)
+++ PKGBUILD	2019-05-22 21:18:39 UTC (rev 468708)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-
-pkgname=pdfcrack
-pkgver=0.16
-pkgrel=2
-pkgdesc='Password recovery tool for PDF-files'
-url='http://pdfcrack.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glibc')
-source=(https://downloads.sourceforge.net/pdfcrack/pdfcrack-${pkgver}.tar.gz{,.asc})
-sha256sums=('7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef'
-            'SKIP')
-sha512sums=('460113f28249d1ea1cefc6dac8ff22b33849ccff50f61830144e41eeec47c4b9113845bb955d26757adb0552d8c0dfa43b3f5666c1419afe4063037a1e1c933d'
-            'SKIP')
-validpgpkeys=('987AEFC56E70D68440C0D45149241DE2BA57F699') # "Henning Norén <henning.noren at gmail.com>"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  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:

Copied: pdfcrack/repos/community-x86_64/PKGBUILD (from rev 468707, pdfcrack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-22 21:18:39 UTC (rev 468708)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=pdfcrack
+pkgver=0.17
+pkgrel=1
+pkgdesc='Password recovery tool for PDF-files'
+url='http://pdfcrack.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/pdfcrack/pdfcrack-${pkgver}.tar.gz{,.asc})
+sha256sums=('561bb1ee21005b6a9cf09771571836de6625ad6c52822b08eaf33b9f32ef0e96'
+            'SKIP')
+sha512sums=('a7d41383b53d57a8d6cce6e7da9ccc8d3cb30833d9451ce1554c8f04286dc64336313591b5b579a1a3402ccc317c96356e5124aa7f43022bbede0ee9b1d5c0c5'
+            'SKIP')
+validpgpkeys=(
+  '987AEFC56E70D68440C0D45149241DE2BA57F699' # Henning Norén <henning.noren at gmail.com>
+  'AC49CA5B95335D6DAF85BAC563EFAA4606037EB3' # Henning Norén <henning.noren at gmail.com>
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  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