summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-30 07:36:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-30 07:36:29 +0200
commitd8150e77ae09922344be0928df8b1e75537ab5d5 (patch)
tree58115e2e8bbeb0b3a43462d26ea1205edf9cef43
parent0a6b232bde232747e2e3c80def073b986de3156d (diff)
downloadnotion3-d8150e77ae09922344be0928df8b1e75537ab5d5.tar.gz
notion3-d8150e77ae09922344be0928df8b1e75537ab5d5.tar.bz2
removed epoch, added IA-32 architectures
-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')