summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-12-06 18:45:56 +0100
committerAlexander F. Rødseth2018-12-06 18:45:56 +0100
commita1e7b1b0a9b24d9512df341d5f2abd2b0b5ba8ff (patch)
tree0c9da55338025149da6fd3f004285bb8ab3db2b2
parentd6c11b05b1d325219e9297a2cdce33530eea1714 (diff)
downloadaur-a1e7b1b0a9b24d9512df341d5f2abd2b0b5ba8ff.tar.gz
Update to the latest release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0677311411..a3ddc95aeb53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 30 11:30:34 UTC 2018
+# Thu Dec 6 17:45:50 UTC 2018
pkgbase = sakemake
- pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 2.0.0
+ pkgdesc = Simple build system for C++20 executables
+ pkgver = 3.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=2.0.0
+ source = git+https://github.com/xyproto/sakemake#tag=3.0.0
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 499421811432..c2a18f23b545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=2.0.0
+pkgver=3.0.0
pkgrel=1
-pkgdesc='Configuration-free build system for C++17 executables'
+pkgdesc='Simple build system for C++20 executables'
arch=('x86_64')
url='https://github.com/xyproto/sakemake'
license=('MIT')