libunibreak: update to 4.0.
This commit is contained in:
parent
171cd758a1
commit
3df901f705
|
@ -2314,7 +2314,7 @@ libfann.so.2 fann-2.2.0_1
|
|||
libdoublefann.so.2 fann-2.2.0_1
|
||||
libxerces-c-3.1.so XQilla-2.3.3_2
|
||||
libxerces-c-3.2.so libxerces-c-3.2.0_1
|
||||
libunibreak.so.1 libunibreak-1.0_1
|
||||
libunibreak.so.3 libunibreak-4.0_1
|
||||
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
||||
libiperf.so.0 iperf3-3.1.1_1
|
||||
libkqueue.so.0 libkqueue-2.0.3_1
|
||||
|
|
|
@ -1,15 +1,20 @@
|
|||
# Template file for 'libunibreak'
|
||||
pkgname=libunibreak
|
||||
version=1.0
|
||||
version=4.0
|
||||
revision=1
|
||||
_release=1
|
||||
build_style=gnu-configure
|
||||
short_desc="An implementation of the Unicode line breaking algorithm"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="zlib, libpng"
|
||||
license="zlib-acknowledgement"
|
||||
homepage=https://fbreader.org/content/fbreader-beta-linux-desktop""
|
||||
distfiles="https://fbreader.org/files/desktop/libunibreak_${version}-${_release}.tar.gz"
|
||||
checksum=d288deeb820c589e6df2d4ac14742bf8652663c34c4844ebf7d884132e488d6e
|
||||
distfiles="https://github.com/adah1972/libunibreak/releases/download/${pkgname}_${version/./_}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539
|
||||
|
||||
do_check() {
|
||||
# tests require wget and downloading from somewhere
|
||||
:
|
||||
}
|
||||
|
||||
libunibreak-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
2
srcpkgs/libunibreak/update
Normal file
2
srcpkgs/libunibreak/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://github.com/adah1972/libunibreak/releases"
|
||||
pattern="$pkgname-\K[\d\.]*(?=\.tar\.gz)"
|
Loading…
Reference in New Issue
Block a user