summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9224fa325b43..c15587758965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-xml
arch = x86_64
license = BSD_2_clause + file LICENSE
depends = r
- optdepends = r-cran-bitops
+ optdepends = r-bitops
replaces = r-cran-xml
source = https://cran.r-project.org/src/contrib/XML_3.98-1.11.tar.gz
md5sums = 95411aa497756b10c7f6e2ee2c10e71b
diff --git a/PKGBUILD b/PKGBUILD
index 22596fce0834..6036ca43d24d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('BSD_2_clause + file LICENSE')
depends=('r' )
-optdepends=('r-cran-bitops')
+optdepends=('r-bitops')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('95411aa497756b10c7f6e2ee2c10e71b')