diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-20 11:40:04 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-20 11:40:04 +0100 |
commit | fa1021504c53eb066826883dab3918e432b93444 (patch) | |
tree | 312e7333a30cb09f648a85ec1a78bfb151ade116 /community/luarocks | |
parent | 65de768385d6ee97a2b45c807ab9955c642da7c0 (diff) | |
parent | 99136e3a2e9f6f07a7ff08d5721bce354b853c8b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/freeimage/PKGBUILD
community/gummi/PKGBUILD
community/mfs/PKGBUILD
community/nzbget/PKGBUILD
community/openntpd/PKGBUILD
community/proj/PKGBUILD
community/yaws/PKGBUILD
gnome-unstable/totem-plparser/PKGBUILD
gnome-unstable/totem/PKGBUILD
multilib/lib32-libice/PKGBUILD
multilib/lib32-libx11/PKGBUILD
multilib/lib32-libxcomposite/PKGBUILD
multilib/lib32-libxdmcp/PKGBUILD
multilib/lib32-libxext/PKGBUILD
multilib/lib32-libxinerama/PKGBUILD
multilib/lib32-libxrandr/PKGBUILD
multilib/lib32-libxss/PKGBUILD
multilib/lib32-libxtst/PKGBUILD
multilib/lib32-libxxf86vm/PKGBUILD
testing/bash/PKGBUILD
testing/bash/system.bashrc
Diffstat (limited to 'community/luarocks')
-rw-r--r-- | community/luarocks/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index 8f395f63f..5a1121a2b 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 62343 2012-01-19 11:02:08Z cbrannon $ +# $Id: PKGBUILD 68146 2012-03-18 18:24:42Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=luarocks -pkgver=2.0.7.1 +pkgver=2.0.8 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' arch=('i686' 'x86_64' 'mips64el') @@ -33,4 +33,4 @@ package() { install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('37003e5c78792e353acde684426bdeac') +md5sums=('07cf84e352d86fe161f7b2ec43f360cc') |