libunibreak: remove duplicate distfiles=

This commit is contained in:
maxice8 2018-08-30 18:43:36 -03:00
parent 74795828f9
commit 4ca757fa3f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ short_desc="An implementation of the Unicode line breaking algorithm"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="zlib-acknowledgement"
homepage=https://fbreader.org/content/fbreader-beta-linux-desktop""
distfiles="https://fbreader.org/files/desktop/libunibreak_${version}-${_release}.tar.gz"
distfiles="https://github.com/adah1972/libunibreak/releases/download/${pkgname}_${version/./_}/${pkgname}-${version}.tar.gz"
checksum=f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539
@ -21,8 +20,8 @@ libunibreak-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}