summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-02 10:23:19 +0100
committerAlexander F Rødseth2018-01-02 10:23:19 +0100
commitcacd29a1590c6ada7e423ecd7c22619d9a716a55 (patch)
tree53d9880c3b04669276a8092c90a332fd224350b5
parent828b65b784bee4963f23660dd734ce2826bc3cba (diff)
downloadaur-cacd29a1590c6ada7e423ecd7c22619d9a716a55.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 cb56181c27fe..d34f6f994e4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 08:59:44 UTC 2018
+# Tue Jan 2 09:23:09 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.28
+ pkgver = 1.29
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sakemake
optdepends = clang: For compiling C++17 projects with clang++
optdepends = mingw-w64-gcc: For compiling 64-bit Windows executables
optdepends = wine: For running 64-bit Windows exectuables
- source = git+https://github.com/xyproto/sakemake#tag=1.28
+ source = git+https://github.com/xyproto/sakemake#tag=1.29
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index f83c50317ec6..0322c77328de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.28
+pkgver=1.29
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')