summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 00:21:33 +0000
committerBioArchLinuxBot2024-04-27 00:21:33 +0000
commite7330d5060d63943a18bac8a6e9a5add1295e426 (patch)
treed13e712d6194c12fe84c7bea9aba161880148e83
parent73457d66205327a5403cd658621011cad749abba (diff)
downloadaur-e7330d5060d63943a18bac8a6e9a5add1295e426.tar.gz
[lilac] updated to 1.0.0-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec686f56971..0ac92ad1139d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-adverscarial
pkgdesc = generate and analyze the vulnerability of scRNA-seq classifiers to adversarial attacks
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://bioconductor.org/packages/adverSCarial
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 41f72e5af918..c41504c51809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=adverSCarial
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="generate and analyze the vulnerability of scRNA-seq classifiers to adversarial attacks"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(MIT)
+license=('MIT')
depends=(
r-delayedarray
r-gtools