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 dc555a65e485..4cb36238694c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer : Drew DeVault <sir@cmpwn.com>
pkgname=samurai
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc='ninja-compatible build tool written in C'
arch=('i686' 'x86_64')
url='https://github.com/michaelforney/samurai'
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelforney/samurai/archive/$pkgver.tar.gz")
-md5sums=('ad448b300916560b9db8081837733049')
+md5sums=('1ec644e673773fe18857f6c4cc49d568')
build() {
cd "$pkgname-$pkgver"