[arch-commits] Commit in notion/trunk (PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Wed Aug 18 12:49:09 UTC 2021


    Date: Wednesday, August 18, 2021 @ 12:49:08
  Author: kpcyrd
Revision: 1003630

upgpkg: notion 1:4.0.2-2 - reproducible builds fixes

Modified:
  notion/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 12:17:20 UTC (rev 1003629)
+++ PKGBUILD	2021-08-18 12:49:08 UTC (rev 1003630)
@@ -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 @@
 	"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 @@
 	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



More information about the arch-commits mailing list