summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2016-05-23 16:52:46 -0400
committerTed Alff2016-05-23 16:52:46 -0400
commit2515f0dca291b71ce00b9e9500c7e478e1f02e14 (patch)
tree499c808abd6a0baa8fe83b7a8efd84395a9373aa /PKGBUILD
parenta046f687de20903124480f406b3a89c7b62f2f76 (diff)
downloadaur-2515f0dca291b71ce00b9e9500c7e478e1f02e14.tar.gz
Correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 905c941a3a4b..c9e924515026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,11 @@
_pkgname=icu
pkgname=lib32-${_pkgname}44
pkgver=4.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="International Components for Unicode library"
arch=(x86_64)
url="http://www.icu-project.org/"
license=('custom:"icu"')
-depends=('gcc-libs-multilib>=4.7.1-5' 'sh' "${_pkgname}44")
makedepends=('gcc-multilib')
source=(http://download.icu-project.org/files/${_pkgname}4c/${pkgver}/${_pkgname}4c-${pkgver//./_}-src.tgz
icuinfo.makefile)