seqan3: fix typo

This commit is contained in:
Kuoi 2023-10-06 23:13:29 +08:00
parent 73fdf2543b
commit 3a2be9bb3b

View file

@ -8,7 +8,7 @@ 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}"
source=("git+https://github.com/seqan/seqan3.git#tag=${pkgver}")
sha256sums=('SKIP')
prepare (){