diff --git a/BioArchLinux/r-countrycode/PKGBUILD b/BioArchLinux/r-countrycode/PKGBUILD index e86a394403..19b4ce381c 100644 --- a/BioArchLinux/r-countrycode/PKGBUILD +++ b/BioArchLinux/r-countrycode/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _pkgname=countrycode -_pkgver=1.3.1 +_pkgver=1.4.0 pkgname=r-${_pkgname,,} -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc='Convert Country Names and Country Codes' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -18,7 +18,7 @@ optdepends=( r-utf8 ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('529d53bc1009c0a6b4323defe5a3da8881493b8f08312a7c275b20471000dcc1') +sha256sums=('99dfe7652c1e631b9e0f8fac0b0163e7a3fdde8476498555d553e0d1c5fdccc4') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"