summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-19 00:32:22 +0100
committerAlexander F Rødseth2018-01-19 00:32:22 +0100
commit428542c77efe9c368a706f2cf0eab2f3fb90ea7d (patch)
treed3d5cfc2d264f2789bb79e8bfbe26d546eff894b
parent1ac00945e47fe3f0bcedc35ed05dc4e85e0137c7 (diff)
downloadaur-428542c77efe9c368a706f2cf0eab2f3fb90ea7d.tar.gz
New release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab03153a14b..da9d6822c371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 15:58:59 UTC 2018
+# Thu Jan 18 23:32:07 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.40
+ pkgver = 1.45
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
license = MIT
makedepends = git
depends = scons
+ optdepends = lldb: For debugging
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
@@ -16,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.40
+ source = git+https://github.com/xyproto/sakemake#tag=1.45
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 218976655701..99951ede0685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.40
+pkgver=1.45
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')
@@ -9,7 +9,8 @@ url='https://github.com/xyproto/sakemake'
license=('MIT')
makedepends=('git')
depends=('scons')
-optdepends=('clang: For clang-format and for clang++'
+optdepends=('lldb: For debugging'
+ 'clang: For clang-format and for clang++'
'mingw-w64-gcc: For compiling 64-bit Windows executables'
'wine: For running 64-bit Windows exectuables'
'valgrind: For tracing calls and profiling'