summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 801c94766e0e..c131e7bffe5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Michael Düll <michael.duell@rub.de>
+# Maintainer: Michael Duell <michael.duell@rub.de> PGP Key: 5566FF77 Fingerprint: FF8C D50E 66E9 5491 F30C B75E F32C 939C 5566 FF77
# Contirbutor: Juergen Hoetzel <juergen@hoetzel.info>
# Contributor: Joerie de Gram <j.de.gram@gmail.com>
# Contributor: bender02 at archlinux dot us
pkgname=aespipe
pkgver=2.4d
-pkgrel=1
+pkgrel=2
pkgdesc="Encrypts data from stdin to stdout"
arch=('i686' 'x86_64')
url="http://loop-aes.sourceforge.net"
@@ -12,6 +12,9 @@ license=('GPL')
depends=('sharutils')
source=(http://loop-aes.sourceforge.net/${pkgname}/${pkgname}-v${pkgver}.tar.bz2{,.sign})
sha384sums=('SKIP' 'SKIP') # We use GPG for verification instead.
+# Please manually verify that the Signer PGP key is the correct one.
+# If you are lazy and don't care about security you can enable
+# the validpgpkeys line below.
#validpgpkeys=('12D64C3ADCDA0AA427BDACDFF0733C808132F189') # Jari Ruusu
build() {