summaryrefslogtreecommitdiff
path: root/community/luasec/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-25 13:34:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-25 13:34:49 +0100
commit416f65d4b97ff26629ddfa1b40ea2041c3e75358 (patch)
tree61e28b785eb3aa9e55ea269e170277b3d3b6e1fa /community/luasec/PKGBUILD
parentb14277452871db749ef4faa7db7e69bfce39f1a7 (diff)
parent6fbdd2899f39266e458531dcffefb85b9ce8d1b9 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libnewt/PKGBUILD community/luasec/PKGBUILD extra/expect/PKGBUILD extra/fribidi/PKGBUILD extra/goffice/PKGBUILD extra/pidgin/PKGBUILD extra/postgresql/PKGBUILD extra/python/PKGBUILD extra/ruby/PKGBUILD
Diffstat (limited to 'community/luasec/PKGBUILD')
-rw-r--r--community/luasec/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD
index f8c3089bc..f3276cc50 100644
--- a/community/luasec/PKGBUILD
+++ b/community/luasec/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81272 2012-12-15 14:51:01Z seblu $
+# $Id: PKGBUILD 81569 2012-12-24 14:48:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Dwayne Bent <dbb.1@liqd.org>
# Contributor: Paul-Sebastian Manole <brokenthorn@gmail.com>
@@ -11,9 +11,8 @@ pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
arch=('i686' 'x86_64' 'mips64el')
url='http://luasec.luaforge.net/'
license=('MIT')
-makedepends=('openssl' 'lua' 'lua51' 'lua51-socket')
-conflicts=('luasec')
-replaces=('luasec')
+#makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket')
+makedepends=('openssl' 'lua51' 'lua51-socket')
source=("http://www.inf.puc-rio.br/~brunoos/luasec/download/luasec-$pkgver.tar.gz")
md5sums=('b8a5fde3b3fdb6174f54cd51d7f53e12')
@@ -38,6 +37,8 @@ build() {
package_lua51-sec() {
depends=('openssl' 'lua51' 'lua51-socket')
+ conflicts=('luasec')
+ replaces=('luasec')
install -dm755 "$pkgdir/usr/lib/lua/5.1"
cd luasec-$pkgver-51