diff options
author | Giorgi Taba K'obakhidze | 2024-05-22 01:43:08 +0400 |
---|---|---|
committer | Giorgi Taba K'obakhidze | 2024-05-22 01:43:08 +0400 |
commit | 6679e75ea2dd6f693867f91fbd0133645542123e (patch) | |
tree | 3cab13e271bc09285e9b987bd5ae118d9e8c86af /PKGBUILD | |
parent | 95abaef0e5343e6ad95228b5ff583b1553d16198 (diff) | |
download | aur-6679e75ea2dd6f693867f91fbd0133645542123e.tar.gz |
Conflict with luarocks package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgname=luarocks-git _pkgname=${pkgname%-git} pkgver=v3.11.0.r12.gdc0af58 -pkgrel=1 +pkgrel=2 pkgdesc='Deployment and management system for Lua modules' backup=(etc/luarocks/config-5.{1,2,3,4}.lua) arch=('any') @@ -26,6 +26,8 @@ optdepends=('cvs: for fetching sources from CVS repositories' 'mercurial: for fetching sources from mercurial repositories' 'cmake: for building rocks that use the cmake build system' 'lua-sec: HTTPS support') +provides=("${_pkgname}") +conflicts=("${_pkgname}") source=("git+https://github.com/${_pkgname}/${_pkgname}" luarocks-make-manifest-5.{1,2,3,4}.hook "luarocks.bash" |