summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-22 22:55:11 +0100
committerAlexander F Rødseth2017-12-22 22:55:11 +0100
commit1ca4294fb05a0371a6c5e5ed5a4e9827e4632a77 (patch)
tree9b0eb33d98bc67ffe27b27fd71a04bf77a2c0200
parentac08876e44de7963fba37885073390c7c7ab46b3 (diff)
downloadaur-1ca4294fb05a0371a6c5e5ed5a4e9827e4632a77.tar.gz
New version: 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d206a039de44..fff69d527de1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 21:48:00 UTC 2017
+# Fri Dec 22 21:55:04 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.0
+ pkgver = 1.1
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=1.0
+ source = git+https://github.com/xyproto/sakemake#tag=1.1
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 945eae5d41e1..fef51c4277de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')
@@ -13,7 +13,7 @@ source=("git+https://github.com/xyproto/sakemake#tag=$pkgver")
md5sums=('SKIP')
package() {
- DESTDIR="$pkgdir" make -C $pkgname install
+ make -C $pkgname pkg
}
# vim: ts=2 sw=2 et: