diff options
Diffstat (limited to 'community/bsd-games')
-rw-r--r-- | community/bsd-games/PKGBUILD | 6 | ||||
-rw-r--r-- | community/bsd-games/config.params | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/bsd-games/PKGBUILD b/community/bsd-games/PKGBUILD index 88b330f80..d636933a4 100644 --- a/community/bsd-games/PKGBUILD +++ b/community/bsd-games/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 23658 2010-08-14 10:48:12Z cbrannon $ +# $Id: PKGBUILD 65659 2012-02-21 19:55:34Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: SmackleFunky <smacklefunky@optusnet.com.au> pkgname=bsd-games pkgver=2.17 -pkgrel=10 +pkgrel=11 pkgdesc="A linux port for a collection of BSD command line games." url="ftp://ftp.ibiblio.org/pub/Linux/games/" arch=('i686' 'x86_64') @@ -87,7 +87,7 @@ package() { } md5sums=('238a38a3a017ca9b216fc42bde405639' - 'a7c5ac05eb71f7eb1eedf02b9328f4d8' + '4425fdde12bd5edf97cd92e472a9531f' '784f68c796b9e099ac008aecef1af998' '9c0fa6e2345bd0a7945c9a41d5ba68aa' '5356bd6999ae53dd27cb2a0f837a3e70' diff --git a/community/bsd-games/config.params b/community/bsd-games/config.params index ebddccc38..30d021e99 100644 --- a/community/bsd-games/config.params +++ b/community/bsd-games/config.params @@ -1,6 +1,6 @@ bsd_games_cfg_non_interactive=y bsd_games_cfg_install_prefix=PKGDIR -bsd_games_cfg_no_build_dirs='fortune wtf factor monop' +bsd_games_cfg_no_build_dirs='banner fortune wtf factor monop' bsd_games_cfg_gamesdir=/usr/bin bsd_games_cfg_sbindir=/usr/sbin bsd_games_cfg_man6dir=/usr/share/man/man6 |