summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiorgi Taba K'obakhidze2024-05-22 01:43:08 +0400
committerGiorgi Taba K'obakhidze2024-05-22 01:43:08 +0400
commit6679e75ea2dd6f693867f91fbd0133645542123e (patch)
tree3cab13e271bc09285e9b987bd5ae118d9e8c86af /PKGBUILD
parent95abaef0e5343e6ad95228b5ff583b1553d16198 (diff)
downloadaur-6679e75ea2dd6f693867f91fbd0133645542123e.tar.gz
Conflict with luarocks package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c82733bd07d..09642c44b6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"