diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-10 11:35:18 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-10 11:35:18 +0200 |
commit | 51d25a8023c8dafdbcafd8bcc6adb19979f15ac6 (patch) | |
tree | 3419b254ec8c04b09a938d993fdb768eae03c005 /community/luarocks | |
parent | 11fe0679d59f68c3fbe3d0a205e5087bf694262e (diff) | |
parent | 7b2739f21a7ed0d52497fa381c9a2383e71ab7a8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/kdemultimedia/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/samba/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
multilib/wine/PKGBUILD
staging/kdemultimedia/PKGBUILD
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 5a1121a2b..f288a5461 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68146 2012-03-18 18:24:42Z cbrannon $ +# $Id: PKGBUILD 72118 2012-06-08 21:45:36Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=luarocks -pkgver=2.0.8 +pkgver=2.0.9 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=('07cf84e352d86fe161f7b2ec43f360cc') +md5sums=('78dceb5c513fd241665688ecd229ff51') |