summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2016-09-06 12:08:00 +1000
committerRhinoceros2016-09-06 12:08:00 +1000
commita297557d7e3052a64860219e14a11a988690551f (patch)
tree71b91d4dd8b661c1b67b16b736d5d07678006cd1 /PKGBUILD
parent4363ef359ab782e403c56fd3a6eb6c2d192f4b78 (diff)
downloadaur-a297557d7e3052a64860219e14a11a988690551f.tar.gz
Fix bad checksum for install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d200457f330a..b20bc9c2aec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ install=$pkgname.install
source=("https://github.com/pculture/${pkgname//-/}3/archive/v$pkgver.tar.gz"
$pkgname.install)
sha256sums=('3c564cf88e6264f206b9c0cef136809805412f92e536b5407f5d64c1c4dd9970'
- '636af99ee4acbd889cc4c05d79929502f27bac22baef0a8f412a11168ac75346')
+ '3213bd620408c400a904ed989d21be94f8afaa6f3b20981f0fe09fafe29d9678')
package() {
cd "${pkgname//-/}3-$pkgver"