summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-02 09:59:54 +0100
committerAlexander F Rødseth2018-01-02 09:59:54 +0100
commit828b65b784bee4963f23660dd734ce2826bc3cba (patch)
tree99d490edb3fefaaf2871948a20089a369a977680
parentd4deadf458144a55fc037772851a2e30abab8ce7 (diff)
downloadaur-828b65b784bee4963f23660dd734ce2826bc3cba.tar.gz
Latest release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b83bd8825169..cb56181c27fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Jan 2 08:59:44 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.23
+ pkgver = 1.28
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -8,7 +10,9 @@ pkgbase = sakemake
makedepends = git
depends = scons
optdepends = clang: For compiling C++17 projects with clang++
- source = git+https://github.com/xyproto/sakemake#tag=1.23
+ 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.28
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 01edab07e787..f83c50317ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.23
+pkgver=1.28
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')
@@ -9,7 +9,9 @@ url='https://github.com/xyproto/sakemake'
license=('MIT')
makedepends=('git')
depends=('scons')
-optdepends=('clang: For compiling C++17 projects with clang++')
+optdepends=('clang: For compiling C++17 projects with clang++'
+ 'mingw-w64-gcc: For compiling 64-bit Windows executables'
+ 'wine: For running 64-bit Windows exectuables')
source=("git+https://github.com/xyproto/sakemake#tag=$pkgver")
md5sums=('SKIP')