aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authormar77i <mar77i@mar77i.ch>2015-10-15 13:48:01 +0200
committermar77i <mar77i@mar77i.ch>2015-10-15 13:48:01 +0200
commit89c41b34fbbef7e071d88d421e63ab89ef620f1b (patch)
tree999e5530c4d64c28e5600b60b749bd7fe3ba31dc /PKGBUILD
parent96d35f72f17e971c8b0c711ea2c186d0b899a730 (diff)
downloadAUR-89c41b34fbbef7e071d88d421e63ab89ef620f1b.tar.gz
AUR-89c41b34fbbef7e071d88d421e63ab89ef620f1b.tar.zst
AUR-89c41b34fbbef7e071d88d421e63ab89ef620f1b.zip
remove nonstandard arches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 349f28f..314d143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=20151011.f56c58a
8pkgrel=1 8pkgrel=1
9pkgdesc='Simple virtual terminal emulator for X' 9pkgdesc='Simple virtual terminal emulator for X'
10url='http://git.suckless.org/st/' 10url='http://git.suckless.org/st/'
11arch=('i686' 'x86_64' 'armv7h') 11arch=('i686' 'x86_64')
12license=('MIT') 12license=('MIT')
13depends=('libxft') 13depends=('libxft')
14makedepends=('ncurses' 'libxext' 'git') 14makedepends=('ncurses' 'libxext' 'git')