summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 16:14:05 -0500
committerAlex Branham2018-05-31 16:14:05 -0500
commitb0c7f16db61a8b6d533105e9df237dcbbd4fa0ee (patch)
tree11e371c9aa9ac25d074affde1068e35d64c14eb7 /PKGBUILD
parentb55615f7a5ac81389b2187d365aab67180386a1a (diff)
downloadaur-b0c7f16db61a8b6d533105e9df237dcbbd4fa0ee.tar.gz
Account for bitops rename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')