summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Manne2015-09-27 17:25:57 -0400
committerRahul Manne2015-09-27 17:25:57 -0400
commitb25478a4e982dd9d993061ef7a6592b55a2d1cd9 (patch)
tree57955c314639a7a3ba1722d28a45984c0d25a8e2
parent1c88f3407f8819b7f0bb5d7aeee30c25819df89d (diff)
downloadaur-b25478a4e982dd9d993061ef7a6592b55a2d1cd9.tar.gz
Corrected provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcce6b4093da..3ed595ebbb48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = mlton-git
depends = bash
depends = gmp
optdepends = python
- provides = ${pkgname%-git}
- conflicts = ${pkgname%-git}
+ provides = mlton
+ conflicts = mlton
source = mlton::git+https://github.com/MLton/mlton.git
md5sums = SKIP
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')