summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2015-08-19 11:31:29 -0400
committerMatt Harrison2015-08-19 11:31:29 -0400
commit81e91b8fcc458bf37af76f05f0d03fdd53b2eb07 (patch)
treeee6e6e37db28196c10600094d91ce028ffc0a871 /PKGBUILD
parentccf01f800914de06c64dede458fed064c20f0da9 (diff)
downloadaur-81e91b8fcc458bf37af76f05f0d03fdd53b2eb07.tar.gz
fix 0.3.0a5 sha was wrong?
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c4b2c86d7ed..9398339a5216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=('python-appdirs' 'python-requests>=2.1.0'
'python-requests-toolbelt')
makedepends=('python' 'python-setuptools')
source=("https://github.com/yadayada/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('71df914777406f147b159a486fced015104dc10680d9c20144e19b140c7d7867')
+sha256sums=('136e981f1cec4a49b0775829810fac6494c6935686649b42cf8fcf2e7ca92895')
package() {
cd "$srcdir/$pkgname-$pkgver"