summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17faf05..e327ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notion3
pkgdesc = Tabbed tiling, window manager. Fork of Ion3
pkgver = 20190501
- pkgrel = 3
+ pkgrel = 4
url = https://notionwm.net
changelog = ChangleLog
arch = x86_64
@@ -11,15 +11,14 @@ pkgbase = notion3
arch = armv6h
arch = armv7h
arch = aarch64
- license = custom:LGPL
+ license = LGPL2
makedepends = git
makedepends = pkgconfig
makedepends = libxinerama
makedepends = libxrandr
makedepends = rubber
makedepends = latex2html
- makedepends = texlive-htmlxml
- makedepends = texlive-latexextra
+ makedepends = texlive-meta
depends = glib2
depends = gettext
depends = lua
@@ -61,8 +60,8 @@ pkgbase = notion3
backup = etc/notion/test_xinerama.lua
backup = etc/notion/xkbbell.lua
backup = etc/notion/xkbion.lua
- source = notion::https://github.com/raboof/notion#commit=5e820d514837e12b8753a1afe9b5dd1033f449da
- source = notion-doc::https://github.com/raboof/notion-doc.git#commit=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
+ source = git+https://github.com/raboof/notion.git#commit=435631f5cc635e0dcc90f2945cdd93ef7afeab7d
+ source = git+https://github.com/raboof/notion-doc.git#commit=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 26a4257..35992c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=notion3
pkgver=20190501
-pkgrel=3
-_commit=5e820d514837e12b8753a1afe9b5dd1033f449da
+pkgrel=4
+_commit=435631f5cc635e0dcc90f2945cdd93ef7afeab7d
_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="https://notionwm.net"
arch=('x86_64' 'pentium4' 'i686' 'i486' 'armv6h' 'armv7h' 'aarch64')
-license=('custom:LGPL')
+license=('LGPL2')
depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
optdepends=('libxinerama' 'libxrandr')
makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
- 'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+ 'rubber' 'latex2html' 'texlive-meta')
conflicts=('notion')
backup=("etc/notion/cfg_bindings.lua"
"etc/notion/cfg_dock.lua"
@@ -49,8 +49,8 @@ backup=("etc/notion/cfg_bindings.lua"
"etc/notion/xkbion.lua")
provides=('libtu' 'libextl')
changelog=ChangleLog
-source=("notion::https://github.com/raboof/notion#commit=${_commit}"
- "notion-doc::https://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
+source=("git+https://github.com/raboof/notion.git#commit=${_commit}"
+ "git+https://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
sha256sums=('SKIP'
'SKIP')