summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e1a92037f7..382651c2ec63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Apr 9 10:21:35 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
pkgver = 1.0.0.92.gcc5ba9e
- pkgrel = 1
+ pkgrel = 2
url = https://stumpwm.github.io
arch = i686
arch = x86_64
@@ -24,6 +22,7 @@ pkgbase = stumpwm-git
provides = stumpwm
conflicts = stumpwm
options = !strip
+ options = !makeflags
source = stumpwm::git+https://github.com/stumpwm/stumpwm
source = stumpwm-contrib-git::git+https://github.com/stumpwm/stumpwm-contrib
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6469ac6847ef..26fb9a4e5b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=stumpwm-git
_pkgname=stumpwm
pkgver=1.0.0.92.gcc5ba9e
-pkgrel=1
+pkgrel=2
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')
url="https://stumpwm.github.io"
@@ -33,7 +33,7 @@ optdepends=('xorg-xprop: for stumpish (StumpWM Interactive Shell)'
'clx-truetype: for ttf-fonts.lisp (Xft fonts)')
# Binary will not run other
-options=(!strip) # Thanks to sidereus for pointing this out
+options=('!strip' '!makeflags') # Thanks to sidereus for pointing this out
pkgver() {
cd ${srcdir}/${_pkgname}