diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-25 15:33:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-25 15:33:21 +0000 |
commit | a6f8e9505176aff25bddee773857859709ad87a5 (patch) | |
tree | 44ba27081a13d3551da8f94e49e86e0741b90f93 | |
parent | 029c13c8e4d6c4fa9be5e63000f6691438a32fee (diff) | |
download | aports-a6f8e9505176aff25bddee773857859709ad87a5.tar.bz2 aports-a6f8e9505176aff25bddee773857859709ad87a5.tar.xz |
main/lua-penlight: fix deps
-rw-r--r-- | main/lua-penlight/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-penlight/APKBUILD b/main/lua-penlight/APKBUILD index 6cf524f679..74b14acd1d 100644 --- a/main/lua-penlight/APKBUILD +++ b/main/lua-penlight/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-penlight pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Lua libraries for extended operations on tables, lists and strings" url="http://stevedonovan.github.io/Penlight" arch="noarch" @@ -43,7 +43,7 @@ shared() { _52() { pkgdesc="Lua 5.2 libraries for extended operations on tables, lists and strings" - depends="lua-penlight-common lua5.2-filesystem" + depends="lua-penlight-shared lua5.2-filesystem" mkdir -p "$subpkgdir"/usr/share/lua/ mv "$pkgdir"/usr/share/lua/5.2 "$subpkgdir"/usr/share/lua/ } @@ -51,7 +51,7 @@ _52() { _51() { pkgdesc="Lua 5.1 libraries for extended operations on tables, lists and strings" replaces="lua-penlight" - depends="lua-penlight-common lua5.1-filesystem" + depends="lua-penlight-shared lua5.1-filesystem" mkdir -p "$subpkgdir"/usr/share/lua/ mv "$pkgdir"/usr/share/lua/5.1 "$subpkgdir"/usr/share/lua/ } |