summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2021-03-08 15:34:01 +0100
committerMarco Pompili2021-03-08 15:34:01 +0100
commitd43640449c7d59612dd28f6781afca409f62bf54 (patch)
tree9dab93cf16d0c4c3b1d7b1f71c6d893cb8346b00
parent5000c4191f04b2011274eff97d22d9637529a57d (diff)
downloadaur-pkcrack.tar.gz
Version 1.2.2-4, conflicts update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c14e6c5d937..548c8fa958ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Sep 8 08:37:29 UTC 2016
pkgbase = pkcrack
pkgdesc = An algorithm for breaking the PkZip cipher that was devised by Eli Biham and Paul Kocher.
pkgver = 1.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html
install = pkcrack.install
arch = i686
arch = x86_64
license = custom
depends = glibc
+ conflicts = libextractor
source = https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-1.2.2.tar.gz
source = LICENSE
sha256sums = 4d2dc193ffa4342ac2ed3a6311fdf770ae6a0771226b3ef453dca8d03e43895a
diff --git a/PKGBUILD b/PKGBUILD
index f3c7641183b2..86f4b6d6cff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=pkcrack
pkgver=1.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="An algorithm for breaking the PkZip cipher that was devised by Eli Biham and Paul Kocher."
arch=('i686' 'x86_64')
url="https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html"
license=('custom')
+conflicts=('libextractor')
depends=('glibc')
source=("https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-${pkgver}.tar.gz"
"LICENSE")