summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-22 23:14:57 +0100
committerAlexander F Rødseth2017-12-22 23:14:57 +0100
commitcf911f2f75f0ab922ceb3503cccd929b710d0ca1 (patch)
tree12099f2e3adaa7897d1e067ba13362a7db500e14
parentd7fd951678e205a79723822b6eb8760cd20d4b53 (diff)
downloadaur-cf911f2f75f0ab922ceb3503cccd929b710d0ca1.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaf01c13b815..246c797be9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 22:00:46 UTC 2017
+# Fri Dec 22 22:14:46 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = sakemake
depends = clang
depends = gcc
depends = pkg-config
- source = git+https://github.com/xyproto/sakemake#tag=1.1
+ source = git+https://github.com/xyproto/sakemake#tag=1.3
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 71ef451d17a2..f8e6603c3675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.1
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')
url='https://github.com/xyproto/sakemake'