summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-30 16:25:09 +0100
committerAlexander F Rødseth2017-12-30 16:25:09 +0100
commit1883333441f91d45f2491342aaa8f0b75cf2b486 (patch)
tree007a5d9186e39006e419521e53c1bff889321cab
parent7c2441a509bfc817466ded4e63785458174274a6 (diff)
downloadaur-1883333441f91d45f2491342aaa8f0b75cf2b486.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9a5a37fd1a..e52d78013b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 30 15:18:21 UTC 2017
+# Sat Dec 30 15:24:56 UTC 2017
pkgbase = sakemake
pkgdesc = Configuration-free build system for C++17 executables
- pkgver = 1.18
+ pkgver = 1.19
pkgrel = 1
url = https://github.com/xyproto/sakemake
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = sakemake
makedepends = git
depends = scons
optdepends = clang: For compiling C++17 projects with clang++
- source = git+https://github.com/xyproto/sakemake#tag=1.18
+ source = git+https://github.com/xyproto/sakemake#tag=1.19
md5sums = SKIP
pkgname = sakemake
diff --git a/PKGBUILD b/PKGBUILD
index 5b8583506228..95e04bf287ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=sakemake
-pkgver=1.18
+pkgver=1.19
pkgrel=1
pkgdesc='Configuration-free build system for C++17 executables'
arch=('x86_64')
@@ -14,7 +14,7 @@ source=("git+https://github.com/xyproto/sakemake#tag=$pkgver")
md5sums=('SKIP')
package() {
- pkgdir="$pkgdir" make -C "$pkgname" pkg
+ DESTDIR="$pkgdir" make -C "$pkgname" install
}
# vim: ts=2 sw=2 et: