remove nonstandard arches
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -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
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user