diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/hex-a-hop | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/hex-a-hop')
-rw-r--r-- | community/hex-a-hop/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD index 31a4276db..c4e4a0fe2 100644 --- a/community/hex-a-hop/PKGBUILD +++ b/community/hex-a-hop/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 58758 2011-11-18 13:12:19Z spupykin $ +# $Id: PKGBUILD 65596 2012-02-21 09:23:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: insulae <insulae@gmail.com> pkgname=hex-a-hop pkgver=1.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles' arch=('i686' 'x86_64' 'mips64el') url='http://hexahop.sourceforge.net/' license=('GPL') depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs') makedepends=() -options=(force) +options=() source=("http://downloads.sourceforge.net/project/hexahop/$pkgver/hex-a-hop-$pkgver.tar.gz" "hex-a-hop.desktop") md5sums=('cc8d065c2cc0fce9e08852b8c465175e' |