summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-08 10:19:42 +0100
committerAlexander F Rødseth2018-01-08 10:22:29 +0100
commitdedb43596a2c504cfa7a306e67e4862591790ba6 (patch)
treec734cf4468e140c18f10ca88476960db8fd73f40
parent40edf89cfd92afdc56d642cca3894218abbbe801 (diff)
downloadaur-dedb43596a2c504cfa7a306e67e4862591790ba6.tar.gz
Minor release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5f19881865b..5d283a55c0b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 8 09:19:38 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.37
+ pkgver = 1.39
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -10,7 +12,7 @@ pkgbase = sakemake
optdepends = clang: For clang-format and for 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.37
+ source = git+https://github.com/xyproto/sakemake#tag=1.39
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 271ab3313f9c..363da9464464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.37
+pkgver=1.39
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')