diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 19:07:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 19:09:21 +0100 |
commit | eb419ce4a54cb1665c7c1fcefe76dd32960af520 (patch) | |
tree | 2a2a38aef147c60c3cbf20583dd0ce3e2292a909 /community/unison | |
parent | cd892ae3091445f69cdb5e7d649ad9e062eaf88b (diff) | |
download | aports-eb419ce4a54cb1665c7c1fcefe76dd32960af520.tar.bz2 aports-eb419ce4a54cb1665c7c1fcefe76dd32960af520.tar.xz |
community/ocaml-lablgtk: rename lablgtk to ocaml-lablgtk
Diffstat (limited to 'community/unison')
-rw-r--r-- | community/unison/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index f3fce2d1fc..40c1b8e0dd 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -6,10 +6,10 @@ pkgrel=4 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" # ocaml is not built for x86, armhf, s390x -# lablgtk is not built for aarch64 +# ocaml-lablgtk is not built for aarch64 arch="all !x86 !armhf !aarch64 !s390x" license="GPL-3.0+" -makedepends="ocaml lablgtk-dev linux-headers emacs-nox bash" +makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash" subpackages="$pkgname-doc $pkgname-gui" source="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-$pkgver.tar.gz http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-$pkgver-manual.html |