diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/ltris | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/ltris')
-rw-r--r-- | community/ltris/PKGBUILD | 6 | ||||
-rw-r--r-- | community/ltris/ltris.changelog | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD index 25569c0ba..a35b71eda 100644 --- a/community/ltris/PKGBUILD +++ b/community/ltris/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 100352 2013-11-02 15:47:29Z jlichtblau $ +# $Id: PKGBUILD 102907 2013-12-23 20:48:51Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: SmackleFunky <smacklefunky@optusnet.com.au> pkgname=ltris pkgver=1.0.19 -pkgrel=1 +pkgrel=2 pkgdesc="A tetris clone where you have a bowl with blocks falling down" arch=('i686' 'x86_64') url="http://lgames.sourceforge.net/index.php?project=LTris" @@ -31,4 +31,6 @@ package() { install -d ${pkgdir}/usr/share/pixmaps install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps +#FS#37951 fix + chmod 775 ${pkgdir}/var/games } diff --git a/community/ltris/ltris.changelog b/community/ltris/ltris.changelog index 325b8d524..948c4fce3 100644 --- a/community/ltris/ltris.changelog +++ b/community/ltris/ltris.changelog @@ -1,3 +1,8 @@ +2013-12-23 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + + * ltris 1.0.19-2 + * FS#37951 fix + 2013-11-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * ltris 1.0.19-1 |