Skip to content
Snippets Groups Projects
Commit 210d6caa authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

change package architecture to 'any'

parent 2d2b924c
No related branches found
Tags 2.0.11-1
No related merge requests found
......@@ -2,11 +2,11 @@
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=luarocks
pkgver=2.0.10
pkgver=2.0.11
pkgrel=1
pkgdesc='Deployment and management system for Lua modules'
arch=('i686' 'x86_64')
url="http://luarocks.org/"
arch=('any')
url='http://luarocks.org/'
depends=('lua' 'unzip' 'zip' 'curl')
optdepends=('cvs: for fetching sources from CVS repositories'
'git: for fetching sources from git repositories'
......@@ -32,4 +32,4 @@ package() {
install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
md5sums=('85cccdbd995b489ae1a9aab33c14b7fc')
md5sums=('f771907b8b90ae3b8c6c6b6a58970d9b')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment