summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason White2016-10-16 11:38:24 -0700
committerJason White2016-10-16 11:38:24 -0700
commit35a77b025c4dad46f9949183d206ddab1c7ec795 (patch)
treef1aa8e2a9f268b30d36d166917800c4a482c601e
parent61d0ab0409efcdadcb2340007083ee90494ba193 (diff)
downloadaur-35a77b025c4dad46f9949183d206ddab1c7ec795.tar.gz
Fix md5sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398b7802c488..50c20a268a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = button
depends = strace
depends = button-lua
source = https://github.com/jasonwhite/button/archive/v0.1.1/button-0.1.1.tar.gz
- md5sums = 0ba98e2b759e00a3628d5d99b87166e3
+ md5sums = 6cdaa93e484db8bfe26f2e62fb96d3fa
pkgname = button
diff --git a/PKGBUILD b/PKGBUILD
index 7f27ef8da5c6..e057c4587e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('sqlite' 'strace' 'button-lua')
makedepends=('dmd' 'dub')
source=("https://github.com/jasonwhite/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('0ba98e2b759e00a3628d5d99b87166e3')
+md5sums=('6cdaa93e484db8bfe26f2e62fb96d3fa')
build() {
cd "$pkgname-$pkgver"