Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
af3e669b
Commit
af3e669b
authored
3 years ago
by
omni
Browse files
Options
Downloads
Patches
Plain Diff
testing/merlin: upgrade to 3.6.1
parent
94db1e98
Loading
Loading
No related merge requests found
This commit is part of merge request
!25782
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/merlin/APKBUILD
+9
-4
9 additions, 4 deletions
testing/merlin/APKBUILD
with
9 additions
and
4 deletions
testing/merlin/APKBUILD
+
9
−
4
Edit
View file @
af3e669b
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer:
pkgname
=
merlin
pkgver
=
3.
0.5
pkgver
=
3.
6.1
pkgrel
=
0
pkgdesc
=
"Context sensitive completion for OCaml"
url
=
"https://ocaml.github.io/merlin/"
arch
=
"all
!x86 !armhf !armv7 !s390x !mips
!mips64 !riscv64"
# limited by ocaml aport
arch
=
"all !mips64 !riscv64"
# limited by ocaml aport
license
=
"MIT"
depends
=
"ocaml ocaml-findlib"
makedepends
=
"
...
...
@@ -15,9 +15,14 @@ makedepends="
"
options
=
"!check"
# XXX: tests are broken, see https://github.com/ocaml/merlin/issues/766
subpackages
=
"
$pkgname
-emacs::noarch
$pkgname
-vim::noarch"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ocaml/
$pkgname
/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ocaml/
merlin
/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
# 32bit archs
case
"
$CARCH
"
in
arm
*
|
x86
)
options
=
"
$options
textrels"
;;
esac
build
()
{
cd
"
$builddir
"
./configure
--prefix
/usr
...
...
@@ -57,4 +62,4 @@ _submv() {
rmdir
-p
"
$pkgdir
"
/
${
path
%/*
}
2>/dev/null
||
true
}
sha512sums
=
"
bc9790d72caaec2824fe66c3ed439961a00285cd3f7e59cea8f16283a4f489a89d8ac231d2d0da1000e0f03fa6f7b52c04fa4aff6459df5bd17322693493088d
merlin-3.
0.5
.tar.gz"
sha512sums
=
"
dd8232c5d39324ac14db12dc9f55a560d3eb444775e89dac7c3755cf3744a9939f85bb83cb0e5ddde5a3ea05da8b3ebf4958f81f473330574ca72afc6cbf32e9
merlin-3.
6.1
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment