summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-02-17 18:44:19 +0100
committeranthraxx2016-02-17 18:44:19 +0100
commit5f93c6f78262cee443709bd4418cba6d8d37196b (patch)
tree6f94bb89ea2a18279da52d00d8e3f1cdc97cd986
parent05d780f721247a71047f1a8f06d1904176263c2f (diff)
downloadaur-5f93c6f78262cee443709bd4418cba6d8d37196b.tar.gz
upgpkg: hash-identifier 1.1-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c194e0e7f5bb..20c31af4f127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 17:44:19 UTC 2016
pkgbase = hash-identifier
pkgdesc = Identify the different types of hashes used to encrypt data and especially passwords
pkgver = 1.1
- pkgrel = 3
- url = https://code.google.com/p/hash-identifier/
+ pkgrel = 4
+ url = https://code.google.com/archive/p/hash-identifier/
arch = any
license = GPL3
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 1fe36029fc7c..2c9bbfa3b08a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Mauro Andreolini <mauro.andreolini@unimore.it>
pkgname=hash-identifier
pkgver=1.1
-pkgrel=3
-pkgdesc="Identify the different types of hashes used to encrypt data and especially passwords"
-url="https://code.google.com/p/hash-identifier/"
+pkgrel=4
+pkgdesc='Identify the different types of hashes used to encrypt data and especially passwords'
+url='https://code.google.com/archive/p/hash-identifier/'
arch=('any')
license=('GPL3')
depends=('python2')
@@ -14,11 +14,11 @@ sha512sums=('af889ebd84d2bd73c9a9623b5573bbb8a4cf5d3ffa6de75b272644905c4c1fa7e5b
prepare() {
sed -e "s|env python|env python2|" -i Hash_ID_v${pkgver}.py
- sed -e 's| ||g' -i Hash_ID_v${pkgver}.py
+ sed -e 's|\r||g' -i Hash_ID_v${pkgver}.py
}
package() {
- install -Dm 755 Hash_ID_v${pkgver}.py "${pkgdir}/usr/bin/hash-id"
+ install -Dm 755 Hash_ID_v${pkgver}.py "${pkgdir}/usr/bin/hash-identifier"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et: