[arch-commits] Commit in findmyhash/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 01:00:38 UTC 2018


    Date: Thursday, May 31, 2018 @ 01:00:37
  Author: felixonmars
Revision: 333645

archrelease: copy trunk to community-any

Added:
  findmyhash/repos/community-any/PKGBUILD
    (from rev 333644, findmyhash/trunk/PKGBUILD)
Deleted:
  findmyhash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 01:00:14 UTC (rev 333644)
+++ PKGBUILD	2018-05-31 01:00:37 UTC (rev 333645)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Mauro Andreolini <mauro.andreolini at unimore.it>
-
-pkgname=findmyhash
-pkgver=1.1.2
-pkgrel=4
-pkgdesc="Crack different types of hashes using free online services"
-arch=('any')
-url="http://code.google.com/p/findmyhash/"
-license=('GPL3')
-depends=('python2-httplib2')
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/findmyhash/${pkgname}_v${pkgver}.py")
-md5sums=('4c4eaa71a74c5965ee7f8742025bb776')
-
-prepare() {
-  sed -i '1i#!/usr/bin/env python2' ${pkgname}_v${pkgver}.py
-}
-
-package() {
-  install -Dm755 ${pkgname}_v${pkgver}.py ${pkgdir}/usr/bin/${pkgname}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: findmyhash/repos/community-any/PKGBUILD (from rev 333644, findmyhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 01:00:37 UTC (rev 333645)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mauro Andreolini <mauro.andreolini at unimore.it>
+
+pkgname=findmyhash
+pkgver=1.1.2
+pkgrel=5
+pkgdesc="Crack different types of hashes using free online services"
+arch=('any')
+url="https://code.google.com/archive/p/findmyhash/"
+license=('GPL3')
+depends=('python2-httplib2')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/findmyhash/${pkgname}_v${pkgver}.py")
+sha512sums=('19aeec248a7512a6b4789b4ab9e3732dbba7a237f6836df2737d3c5f7a8d5efa47dbaebcb28eb9b85acb1c47e3b2a178103460abcbfe1af646b3daedf7f7786b')
+
+prepare() {
+  sed -i '1i#!/usr/bin/env python2' ${pkgname}_v${pkgver}.py
+}
+
+package() {
+  install -Dm755 ${pkgname}_v${pkgver}.py ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list