diff options
author | BioArchLinuxBot | 2023-10-06 15:14:33 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-06 15:14:33 +0000 |
commit | 33bbf5b82d0cef78cb9a97cbde6ec437a032abf3 (patch) | |
tree | cfd993963dd5a73fa2941cf2984f65fd4744e9b9 | |
parent | 6212606a9c227ffa5d561734142c7b8351bad148 (diff) | |
download | aur-seqan3.tar.gz |
[lilac] updated to 3.3.0-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 13 |
2 files changed, 7 insertions, 14 deletions
@@ -1,7 +1,7 @@ pkgbase = seqan3 pkgdesc = The modern C++ library for sequence analysis https://doi.org/10.1016/j.jbiotec.2017.07.017 - pkgver = 3.2.0 - pkgrel = 2 + pkgver = 3.3.0 + pkgrel = 1 url = http://www.seqan.de arch = any license = CCPL @@ -13,9 +13,7 @@ pkgbase = seqan3 makedepends = glibc makedepends = gcc-libs makedepends = cereal - source = git+https://github.com/seqan/seqan3.git#tag=3.2.0 - source = sdsl-lite.patch::https://github.com/xxsds/sdsl-lite/commit/607019d52b10bb8eb399e6fc9578eaf0a150f9c4.patch + source = git+https://github.com/seqan/seqan3.git#tag=3.3.0 sha256sums = SKIP - sha256sums = e690a0f2b27a608edb683c871ba87e387d5cd5e323bc39944302131b988eda13 pkgname = seqan3 @@ -1,6 +1,6 @@ pkgname=seqan3 -pkgver=3.2.0 -pkgrel=2 +pkgver=3.3.0 +pkgrel=1 pkgdesc="The modern C++ library for sequence analysis \ https://doi.org/10.1016/j.jbiotec.2017.07.017" arch=("any") @@ -8,17 +8,12 @@ url="http://www.seqan.de" depends=() makedepends=('cmake' 'git' 'bzip2' 'zlib' 'glibc' 'gcc-libs' 'cereal') license=('CCPL' 'BSD') -source=("git+https://github.com/seqan/seqan3.git#tag=${pkgver}" - "sdsl-lite.patch::https://github.com/xxsds/sdsl-lite/commit/607019d52b10bb8eb399e6fc9578eaf0a150f9c4.patch") -sha256sums=('SKIP' - 'e690a0f2b27a608edb683c871ba87e387d5cd5e323bc39944302131b988eda13') +source=("git+https://github.com/seqan/seqan3.git#tag=${pkgver}") +sha256sums=('SKIP') prepare (){ cd $srcdir/${pkgname} git submodule update --init --recursive - - cd $srcdir/$pkgname/submodules/sdsl-lite - patch -p1 < $srcdir/sdsl-lite.patch } build() { cd ${pkgname} |