summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-02 13:04:17 +0100
committerAlexander F Rødseth2018-01-02 13:04:17 +0100
commite357a0befc77271b386b6fa888e16401ac083410 (patch)
tree2ecc4690f64dcf131e796d2f17c57adb8bc16985
parentcacd29a1590c6ada7e423ecd7c22619d9a716a55 (diff)
downloadaur-e357a0befc77271b386b6fa888e16401ac083410.tar.gz
Minor release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34f6f994e4e..14bd6ac25e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 09:23:09 UTC 2018
+# Tue Jan 2 12:04:12 UTC 2018
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.29
+ pkgver = 1.30
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sakemake
optdepends = clang: For compiling C++17 projects with clang++
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.29
+ source = git+https://github.com/xyproto/sakemake#tag=1.30
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 0322c77328de..0f4869514c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.29
+pkgver=1.30
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')