Diff curses-1.0.10 with a curses-1.0.11

/usr/portage/dev-ml/curses/curses-1.0.11.ebuild 2023-10-09 14:52:29.784368358 +0300
1
# Copyright 2022-2023 Gentoo Authors
1
# Copyright 2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7

  
8 8
DESCRIPTION="Bindings to ncurses"
9 9
HOMEPAGE="https://github.com/mbacarella/curses"
10
SRC_URI="https://github.com/mbacarella/${PN}/releases/download/${PV}/${P}.tbz"
10
SRC_URI="https://github.com/mbacarella/${PN}/archive/refs/tags/${PV}.tar.gz
11
	-> ${P}.tar.gz"
11 12

  
12 13
LICENSE="LGPL-2.1+"
13 14
SLOT="0"
......
15 16
IUSE="+ocamlopt"
16 17

  
17 18
BDEPEND="dev-ml/dune-configurator"
18

  
19
PATCHES=( "${FILESDIR}"/${P}-CC.patch )
Thank you!