summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-07-24 19:55:16 +0100
committerkpcyrd2018-07-24 19:55:16 +0100
commitf73c64804441370edd54d20bc6d8006b265a0b5b (patch)
tree0cc39ee7c564e9d81e720f0e941cd456371fb73e /PKGBUILD
parentfe29dee4b3c9e81aace93724ba92dd58798ccce3 (diff)
downloadaur-f73c64804441370edd54d20bc6d8006b265a0b5b.tar.gz
Use sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77202f531d77..54989862829c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 276332 2017-12-28 05:13:56Z eschwartz $
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Maintainer: kpcyrd <git@rxv.cc>
+# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Samuel Tardieu <sam@rfc1149.net>
pkgname=python2-slowaes
@@ -13,6 +13,7 @@ depends=('python2')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz")
md5sums=('eafee95a788a795403e972a35e80ce4f')
+sha256sums=('83658ae54cc116b96f7fdb12fdd0efac3a4e8c7c7064e3fac3f4a881aa54bf09')
package() {
cd "$srcdir/slowaes-$pkgver"