summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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')