summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Asuncion2017-06-16 01:33:47 -0700
committerJeremy Asuncion2017-06-16 01:33:47 -0700
commit2e6ec4561b0821968cf7afb1e066fc22a321b48d (patch)
treed82de7ae4c868bd27c2de6e454da14a78284ce8f
parent9a7f409476b2b21e304fc3a99a750a5321aa76d2 (diff)
downloadaur-python-pawk.tar.gz
:wrench: Switched to sha512sums for all of my packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe118a3a2d9..b0cc3593fcbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = python-pawk
makedepends = python-setuptools
depends = python
source = https://github.com/alecthomas/pawk/archive/v0.7.0.tar.gz
- sha256sums = db7b9302efe32a42a3c1223b8122a1250ce2a0cd08fe442ecfa1dcf303dcfc78
+ sha512sums = 1139453974d42dcdfd13f339ff04117d872eeda1089e45a64415603ce629217d8eb35452930ccc3fdf69e9f637cde9d0167ec323beef04543bdef91bbfa7b5b4
pkgname = python-pawk
diff --git a/PKGBUILD b/PKGBUILD
index f56295d1e7d8..7a286c336b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('PSF')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/alecthomas/pawk/archive/v${pkgver}.tar.gz")
-sha256sums=('db7b9302efe32a42a3c1223b8122a1250ce2a0cd08fe442ecfa1dcf303dcfc78')
+sha512sums=('1139453974d42dcdfd13f339ff04117d872eeda1089e45a64415603ce629217d8eb35452930ccc3fdf69e9f637cde9d0167ec323beef04543bdef91bbfa7b5b4')
build() {
cd "${srcdir}/${_name}-${pkgver}"