summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-30 23:43:56 +0100
committerAlexander F Rødseth2017-12-30 23:46:36 +0100
commitd4deadf458144a55fc037772851a2e30abab8ce7 (patch)
tree7f36d2c6f0e29f5b81c49ce0185a7a476298c06c
parentf3901510cdf1287f7a1a54fbd198a1f364d54520 (diff)
downloadaur-d4deadf458144a55fc037772851a2e30abab8ce7.tar.gz
Minor release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7c7f8c17698..b83bd8825169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Dec 30 19:23:52 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.22
+ pkgver = 1.23
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -10,7 +8,7 @@ pkgbase = sakemake
makedepends = git
depends = scons
optdepends = clang: For compiling C++17 projects with clang++
- source = git+https://github.com/xyproto/sakemake#tag=1.22
+ source = git+https://github.com/xyproto/sakemake#tag=1.23
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 69b2d2894931..01edab07e787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.22
+pkgver=1.23
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')