summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42c3c4fa5baa..903d0cdfb4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jason White <jasonaw0 at gmail dot com>
pkgname=button
-pkgver=0.0.1
+pkgver=0.1.0
pkgrel=1
pkgdesc="A fast, correct, and robust build system"
arch=('i686' 'x86_64')
@@ -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=('8b01fddfe4a319d9ed62898d406fcb62')
+md5sums=('0ba98e2b759e00a3628d5d99b87166e3')
build() {
cd "$pkgname-$pkgver"