summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-29 00:46:21 +0100
committerAlexander F Rødseth2017-12-29 00:46:21 +0100
commit77c20eedcef51527807f4d32b256b0ede46467ce (patch)
treec5dd14b241cef36a7c649ce0ce9c6efd0cd4b178
parent2d1f3f50937542b144cd7d3977f9957fcda272a4 (diff)
downloadaur-77c20eedcef51527807f4d32b256b0ede46467ce.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 8eed4062d8d4..030783567995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 28 19:32:07 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -13,7 +11,7 @@ pkgbase = sakemake
depends = clang
depends = gcc
depends = pkg-config
- source = git+https://github.com/xyproto/sakemake#tag=1.13
+ source = git+https://github.com/xyproto/sakemake#tag=1.14
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index ddd06f5e2f2c..d19526825be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')