summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel McLaren2024-02-25 18:55:49 +0000
committerAxel McLaren2024-02-25 18:55:49 +0000
commit93e9553e11c52113ecc7fcb31f669c0c1c4b8e05 (patch)
tree3f07ee0f9263815623a7045967883f7411bd0210
parentfdb6227561774c910da39c8929078eac94f31267 (diff)
downloadaur-aespipe.tar.gz
aespipe: 2.4g-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09dbb299db7..a43eb9b0eed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aespipe
pkgdesc = Encrypts data from stdin to stdout
- pkgver = 2.4f
+ pkgver = 2.4g
pkgrel = 1
url = http://loop-aes.sourceforge.net
arch = i686
@@ -8,10 +8,9 @@ pkgbase = aespipe
arch = armv7h
license = GPL
depends = sharutils
- source = http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4f.tar.bz2
- source = http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4f.tar.bz2.sign
- sha384sums = SKIP
+ source = http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4g.tar.bz2
+ source = http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4g.tar.bz2.sign
+ sha384sums = a008e3bfb78182875d32e153971edfc25f3becc6f3c225e59123f58fcffdc2e6e694389735b0af21f1a5b87f1e06dc35
sha384sums = SKIP
pkgname = aespipe
-
diff --git a/PKGBUILD b/PKGBUILD
index cd19776bf0db..43bd8c3c670b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
-# Maintainer: Bing-Hua Wang <louiswpf@gmail.com>
+# Maintainer: Axel McLaren <scm(at)axml(dot)uk>
+# Contributor: Bing-Hua Wang <louiswpf@gmail.com>
# Contributor: Michael Duell <michael.duell@rub.de> PGP Key: 5566FF77 Fingerprint: FF8C D50E 66E9 5491 F30C B75E F32C 939C 5566 FF77
# Contributor: Juergen Hoetzel <juergen@hoetzel.info>
# Contributor: Joerie de Gram <j.de.gram@gmail.com>
# Contributor: bender02 at archlinux dot us
+
pkgname=aespipe
-pkgver=2.4f
+pkgver=2.4g
pkgrel=1
pkgdesc="Encrypts data from stdin to stdout"
arch=('i686' 'x86_64' 'armv7h')
@@ -12,7 +14,8 @@ url="http://loop-aes.sourceforge.net"
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.
+sha384sums=('a008e3bfb78182875d32e153971edfc25f3becc6f3c225e59123f58fcffdc2e6e694389735b0af21f1a5b87f1e06dc35'
+ 'SKIP')
# 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.