summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 22:30:51 +0000
committerBioArchLinuxBot2024-04-27 22:30:51 +0000
commita7da2707e33f8ad3b3712bc493be86a8f7d16cda (patch)
tree142976b2d13025c7955148b7a46d7b27543c3703
parent67a34acd0083877f9dd243dab4d9d2e62acfbed0 (diff)
downloadaur-a7da2707e33f8ad3b3712bc493be86a8f7d16cda.tar.gz
[lilac] updated to 1.2.1-2
-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
)