summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b77440b30ac..238243fb0627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = rednotebook
pkgver = 1.13
pkgrel = 2
url = http://rednotebook.sourceforge.net
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
depends = python2-gtkspell
depends = pygtk
diff --git a/PKGBUILD b/PKGBUILD
index acdc182c6f59..a9610024f3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=rednotebook
pkgver=1.13
pkgrel=2
pkgdesc="A simple desktop diary"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://rednotebook.sourceforge.net"
license=('GPL2')
depends=('python2-gtkspell' 'pygtk' 'python2-yaml' 'pywebkitgtk' 'hicolor-icon-theme' 'librsvg')