aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2017-06-23 17:05:46 +0200
committerConrad Kleinespel2017-06-23 17:05:46 +0200
commit5d91e5235197c151569336409f18268fd6257dfb (patch)
tree6a8773f7c00d11f010366b02628b4dbeb795a228 /PKGBUILD
parent50800a71aab99201d28ad724dde3afcb3824375f (diff)
downloadaur-5d91e5235197c151569336409f18268fd6257dfb.tar.gz
fixes source hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9a655c0189a..4e2cb1132dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu')
arch=('i686' 'x86_64')
license=('Apache-2.0')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('f0814d09ab995f2c2dc556784310cd268cb4722ad18f9c201a50c9e795b4963d')
+sha256sums=('ad453e7f937b8482c94283ce26d4982386aba956b8f914f9e7b55c760378ef1f')
build() {
cd "$pkgname-$pkgver"