mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
libunistring: update to 1.0.
This commit is contained in:
parent
e62a46a67f
commit
29ae5a4ba1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libunistring'
|
# Template file for 'libunistring'
|
||||||
pkgname=libunistring
|
pkgname=libunistring
|
||||||
version=0.9.10
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for manipulating Unicode strings and C strings"
|
short_desc="Library for manipulating Unicode strings and C strings"
|
||||||
|
@ -8,10 +8,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/libunistring"
|
homepage="https://www.gnu.org/software/libunistring"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a82e5b333339a88ea4608e4635479a1cfb2e01aafb925e1290b65710d43f610b
|
checksum=3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544
|
||||||
|
|
||||||
libunistring-devel_package() {
|
libunistring-devel_package() {
|
||||||
short_desc+=" - development files)"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue