diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-18 09:24:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-18 20:44:03 +0000 |
commit | c9aa5a5b65eae9491d6f17dcc26caeb03c4cd618 (patch) | |
tree | e7b8685d7563b5920b2824ed4bfd4c56c788930c /community/R/APKBUILD | |
parent | d56d955cc22357bcdac58beb40f7b726becee369 (diff) | |
download | aports-c9aa5a5b65eae9491d6f17dcc26caeb03c4cd618.tar.bz2 aports-c9aa5a5b65eae9491d6f17dcc26caeb03c4cd618.tar.xz |
community/R: rebuild against icu-59.1
Diffstat (limited to 'community/R/APKBUILD')
-rw-r--r-- | community/R/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 129769162d..472b14273c 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=R pkgver=3.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" arch="all !s390x" |