summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-07-30 13:30:47 +0200
committerAlexander F. Rødseth2018-07-30 13:30:47 +0200
commitd6c11b05b1d325219e9297a2cdce33530eea1714 (patch)
tree7c725e2ddfc6e503eeccf0d1c10ec5a17b3ab2b2
parent2df45b43abd07f3e1aefd0d688a941b50f94264d (diff)
downloadaur-d6c11b05b1d325219e9297a2cdce33530eea1714.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 983b36e4c15a..4c0677311411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 14 11:46:03 UTC 2018
+# Mon Jul 30 11:30:34 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.6.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = sakemake
optdepends = gprof2dot: For visualizing profiling information
optdepends = graphviz: For visualizing profiling information
optdepends = kcachegrind: For visualizing profiling information
- source = git+https://github.com/xyproto/sakemake#tag=1.6.0
+ source = git+https://github.com/xyproto/sakemake#tag=2.0.0
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 902ff51ac26c..499421811432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.6.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')