gptfdisk: rebuild against icu>=49.
This commit is contained in:
parent
be7157e8e0
commit
21775236d4
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
libicuio.so.46
|
||||
libicuuc.so.46
|
||||
libicuio.so.49
|
||||
libicuuc.so.49
|
||||
libuuid.so.1
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'gptdisk'
|
||||
pkgname=gptfdisk
|
||||
version=0.8.5
|
||||
revision=2
|
||||
makedepends="ncurses-devel popt-devel icu-devel libuuid-devel"
|
||||
revision=3
|
||||
makedepends="ncurses-devel popt-devel icu-devel>=49 libuuid-devel"
|
||||
short_desc="GPT fdisk text-mode partitioning tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.rodsbooks.com/gdisk/"
|
||||
|
|
Loading…
Reference in a new issue