summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-24 13:53:09 +0100
committerAlexander F Rødseth2017-12-24 13:53:09 +0100
commit27705717907ddfa06837567504be4723c365a305 (patch)
tree1c30c477ec8a94efb070508c82751b2550a94158
parent65e295c1c2845539f18db4857ea4cf58eb3e04a4 (diff)
downloadaur-27705717907ddfa06837567504be4723c365a305.tar.gz
Upgrade to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bdc8b343260..829eb0bb74d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 23 16:32:47 UTC 2017
+# Sun Dec 24 12:53:05 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.4
+ pkgver = 1.5
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=1.4
+ source = git+https://github.com/xyproto/sakemake#tag=1.5
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index a0cb921b6f48..3bc4373227a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')