summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRahul Manne2015-09-27 17:25:57 -0400
committerRahul Manne2015-09-27 17:25:57 -0400
commitb25478a4e982dd9d993061ef7a6592b55a2d1cd9 (patch)
tree57955c314639a7a3ba1722d28a45984c0d25a8e2 /PKGBUILD
parent1c88f3407f8819b7f0bb5d7aeee30c25819df89d (diff)
downloadaur-b25478a4e982dd9d993061ef7a6592b55a2d1cd9.tar.gz
Corrected provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 433cae375785..9aa783d2cd4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ license=('BSD' 'MIT' 'LGPL')
depends=('bash' 'gmp')
makedepends=('mlton')
optdepends=('python')
-provides=('${pkgname%-git}')
-conflicts=('${pkgname%-git}')
+provides=('mlton')
+conflicts=('mlton')
source=('mlton::git+https://github.com/MLton/mlton.git')
md5sums=('SKIP')