remove nonstandard arches

This commit is contained in:
mar77i
2015-10-15 13:48:01 +02:00
parent 96d35f72f1
commit 89c41b34fb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
pkgbase = st-git pkgbase = st-git
pkgdesc = Simple virtual terminal emulator for X pkgdesc = Simple virtual terminal emulator for X
pkgver = 20150603.71fa10f pkgver = 20151011.f56c58a
pkgrel = 1 pkgrel = 1
url = http://git.suckless.org/st/ url = http://git.suckless.org/st/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
arch = armv7h
license = MIT license = MIT
makedepends = ncurses makedepends = ncurses
makedepends = libxext makedepends = libxext

View File

@@ -8,7 +8,7 @@ pkgver=20151011.f56c58a
pkgrel=1 pkgrel=1
pkgdesc='Simple virtual terminal emulator for X' pkgdesc='Simple virtual terminal emulator for X'
url='http://git.suckless.org/st/' url='http://git.suckless.org/st/'
arch=('i686' 'x86_64' 'armv7h') arch=('i686' 'x86_64')
license=('MIT') license=('MIT')
depends=('libxft') depends=('libxft')
makedepends=('ncurses' 'libxext' 'git') makedepends=('ncurses' 'libxext' 'git')