summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-22 22:24:19 +0100
committerAlexander F Rødseth2017-12-22 22:24:19 +0100
commitbc669cdcb316f47350f2ab8720ba45e1d11c3228 (patch)
treea693dd4d4413f10d7457c890a374c8d21629eba2
parent1d26a422917a6a79ee2a514bd5a06d43aae2ff19 (diff)
downloadaur-bc669cdcb316f47350f2ab8720ba45e1d11c3228.tar.gz
Minor release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81cf536fd293..ab3ac8c36910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 20:25:08 UTC 2017
+# Fri Dec 22 21:22:57 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = sakemake
depends = clang
depends = gcc
depends = pkg-config
- source = git+https://github.com/xyproto/sakemake#tag=0.8
+ source = git+https://github.com/xyproto/sakemake#tag=0.9
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 4a598d25a7e9..14e3bddee9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')