summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2021-11-03 21:15:05 +0100
committerBrinkerVII2021-11-03 21:15:05 +0100
commit8c13284de2181ed4b6d3ecbd143bd989252f348b (patch)
tree56492c71e68e826e96eba979c819aebc0665b633
parentff7455e8da4d4a4cb4c7cdaebfeee6c83c9bd93d (diff)
downloadaur-8c13284de2181ed4b6d3ecbd143bd989252f348b.tar.gz
Conflict with bin package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f4434b5323..acfeab275803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luau-git
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
pkgver = 0.501.dc83543
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Roblox/luau
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = luau-git
makedepends = cmake
provides = luau
conflicts = luau
+ conflicts = luau-bin
source = git+https://github.com/Roblox/luau.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a2daf3141ef..ac80118c9a3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgbase=luau
pkgname=luau-git
-pkgver=0.501.dc83543
+pkgver=0.501.2f7e1a2
pkgrel=2
-pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua '
+pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
arch=('any')
url='https://github.com/Roblox/luau'
license=('MIT')
makedepends=('git' 'cmake')
-conflicts=("$_pkgbase")
+conflicts=("$_pkgbase" "$_pkgbase"-bin)
provides=("$_pkgbase")
source=('git+https://github.com/Roblox/luau.git')