summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2018-03-31 23:52:11 -0400
committerDrew DeVault2018-03-31 23:52:11 -0400
commitc2fce90ed3f94c4992b6b03c964b1e99b212bef7 (patch)
tree7115d90e49886c988f9e9e4360cd2ade4499c3b1
parentb79fbcc7c667b01fd99cf02e750271b125b33308 (diff)
downloadaur-c2fce90ed3f94c4992b6b03c964b1e99b212bef7.tar.gz
Update to 0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69efab25cfa..41da573b3e63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = samurai
pkgdesc = ninja-compatible build tool written in C
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/michaelforney/samurai
arch = i686
arch = x86_64
license = MIT
- source = samurai-0.2.tar.gz::https://github.com/michaelforney/samurai/archive/0.2.tar.gz
- md5sums = c74fc84afcef3ac527f369ad83f74728
+ source = samurai-0.3.tar.gz::https://github.com/michaelforney/samurai/archive/0.3.tar.gz
+ md5sums = 50189cae08517410f8e4d73a2098a708
pkgname = samurai
diff --git a/PKGBUILD b/PKGBUILD
index 54831ca89e6d..9339f4d67773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer : Drew DeVault <sir@cmpwn.com>
pkgname=samurai
-pkgver=0.2
+pkgver=0.3
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/0.2.tar.gz")
-md5sums=('c74fc84afcef3ac527f369ad83f74728')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelforney/samurai/archive/$pkgver.tar.gz")
+md5sums=('50189cae08517410f8e4d73a2098a708')
build() {
cd "$pkgname-$pkgver"