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

Jelle van der Waa jelle at archlinux.org
Sat Jun 2 18:07:57 UTC 2018


    Date: Saturday, June 2, 2018 @ 18:07:57
  Author: jelle
Revision: 338019

archrelease: copy trunk to community-x86_64

Added:
  fcrackzip/repos/community-x86_64/PKGBUILD
    (from rev 338018, fcrackzip/trunk/PKGBUILD)
Deleted:
  fcrackzip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 18:07:31 UTC (rev 338018)
+++ PKGBUILD	2018-06-02 18:07:57 UTC (rev 338019)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-
-pkgname=fcrackzip
-pkgver=1.0
-pkgrel=4
-pkgdesc='Zip file password cracker'
-arch=('x86_64' 'i686')
-url="http://oldhome.schmorp.de/marc/$pkgname.html"
-license=('GPL')
-depends=('glibc')
-source=("http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz")
-sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/bin/zipinfo" "$pkgdir/usr/bin/fzipinfo"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcrackzip/repos/community-x86_64/PKGBUILD (from rev 338018, fcrackzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 18:07:57 UTC (rev 338019)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+
+pkgname=fcrackzip
+pkgver=1.0
+pkgrel=5
+pkgdesc='Zip file password cracker'
+arch=('x86_64')
+url="http://oldhome.schmorp.de/marc/$pkgname.html"
+license=('GPL')
+depends=('glibc')
+source=("http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz")
+sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/zipinfo" "$pkgdir/usr/bin/fzipinfo"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list