diff options
author | David P <megver83@openmailbox.org> | 2017-04-05 15:09:55 -0300 |
---|---|---|
committer | David P <megver83@openmailbox.org> | 2017-04-05 15:09:55 -0300 |
commit | 302ce6e26f73865fb30535e4733952c024b3bc2c (patch) | |
tree | 71d5d295d39b47b19eadbfd1997fabcfee673a64 /pcr/pacman4console | |
parent | a7dbaa90c9758d6fbf16957c5c673da70953eea0 (diff) | |
download | abslibre-302ce6e26f73865fb30535e4733952c024b3bc2c.tar.gz abslibre-302ce6e26f73865fb30535e4733952c024b3bc2c.tar.bz2 abslibre-302ce6e26f73865fb30535e4733952c024b3bc2c.zip |
pacman4console: s|arch=('i686' 'x86_64'|arch=('any')|
Diffstat (limited to 'pcr/pacman4console')
-rw-r--r-- | pcr/pacman4console/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/pacman4console/PKGBUILD b/pcr/pacman4console/PKGBUILD index 9c22529e1..6975ae52f 100644 --- a/pcr/pacman4console/PKGBUILD +++ b/pcr/pacman4console/PKGBUILD @@ -3,7 +3,7 @@ pkgname=pacman4console pkgver=1.2 pkgrel=1 pkgdesc="A 9 level ncurses pacman game with editor, patched not to disturb our package manager and to have nice ghosts" -arch=('i686' 'x86_64') +arch=('any') url="http://sites.google.com/site/doctormike/pacman.html" license=('GPL') depends=('ncurses') |