summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3ac8c36910..d206a039de44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 21:22:57 UTC 2017
+# Fri Dec 22 21:48:00 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 0.9
+ pkgver = 1.0
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.9
+ source = git+https://github.com/xyproto/sakemake#tag=1.0
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 14e3bddee9c0..945eae5d41e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=0.9
+pkgver=1.0
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')