Skip to content
Snippets Groups Projects
Commit 88de7ed4 authored by kpcyrd's avatar kpcyrd
Browse files

- reproducible builds fixes

parent a11392cd
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=notion
epoch=1
pkgver=4.0.2
pkgrel=1
pkgrel=2
_commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="https://notionwm.net"
......@@ -60,8 +60,8 @@ backup=("etc/notion/cfg_bindings.lua"
"etc/notion/xkbion.lua")
provides=('libtu' 'libextl')
changelog=ChangleLog
source=("notion::git://github.com/raboof/notion#tag=${pkgver}"
"notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
source=("notion::git+https://github.com/raboof/notion#tag=${pkgver}"
"notion-doc::git+https://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
sha256sums=('SKIP'
'SKIP')
......@@ -83,7 +83,8 @@ build() {
INCLUDES="-I$srcdir/notion -I/usr/include/freetype2" \
LUA_VERSION=5.3 \
PREFIX=/usr \
ETCDIR=/etc/notion
ETCDIR=/etc/notion \
NOTION_RELEASE="$pkgver"
cd "$srcdir"/notion-doc
make all-html all-html-onepage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment