summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-20 17:38:23 +0100
committerAlexander F Rødseth2017-12-20 17:38:23 +0100
commit10fad5e2f52ebb112b0195e5b0050f30ef4d2ab7 (patch)
treebe4346696cd5e131efedd19d028f9c0b8e35fb89
parent7f6ef32fd7d923af89c86fa8a155b1e5b7e946fa (diff)
downloadaur-10fad5e2f52ebb112b0195e5b0050f30ef4d2ab7.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b93a25fa5f..15b02f56bb70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 20 15:50:43 UTC 2017
+# Wed Dec 20 16:38:20 UTC 2017
pkgbase = sakemake
pkgdesc = Simple way to build your C++17 executables on Linux
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = sakemake
depends = clang
depends = gcc
depends = pkg-config
- source = git+https://github.com/xyproto/sakemake#tag=0.4
+ source = git+https://github.com/xyproto/sakemake#tag=0.5
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 4f3662df7a44..65c656c618c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc='Simple way to build your C++17 executables on Linux'
arch=('x86_64')