summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9ffe6e516b..167da754ad7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ahmassbank
pkgdesc = MassBank Annotation Resources for AnnotationHub
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/AHMassBank
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
depends = r-annotationhubdata
optdepends = r-annotationhub
optdepends = r-biocstyle
diff --git a/PKGBUILD b/PKGBUILD
index 96c9d11c5bfb..bf87d904965d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=AHMassBank
_pkgver=1.2.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="MassBank Annotation Resources for AnnotationHub"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(Artistic2.0)
+license=('Artistic-2.0')
depends=(
r-annotationhubdata
)