summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0fa43..1ab932b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = notion3
pkgdesc = Tabbed tiling, window manager. Fork of Ion3
pkgver = 20190501
- pkgrel = 1
- epoch = 1
+ pkgrel = 2
url = https://notionwm.net
changelog = ChangleLog
arch = x86_64
+ arch = pentium4
+ arch = i686
+ arch = i486
license = custom:LGPL
makedepends = git
makedepends = pkgconfig
diff --git a/PKGBUILD b/PKGBUILD
index b34b772..f9e88c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
# Contributor: aunoor
pkgname=notion3
-epoch=1
pkgver=20190501
-pkgrel=1
+pkgrel=2
_commit=5e820d514837e12b8753a1afe9b5dd1033f449da
_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
url="https://notionwm.net"
-arch=('x86_64')
+arch=('x86_64' 'pentium4' 'i686' 'i486')
license=('custom:LGPL')
depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
optdepends=('libxinerama' 'libxrandr')