mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
seqan3: fix typo
This commit is contained in:
parent
b91e6a8ff2
commit
d4d2a51865
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ depends=()
|
|||
makedepends=('cmake' 'git' 'bzip2' 'zlib' 'glibc' 'gcc-libs' 'cereal')
|
||||
license=('CCPL' 'BSD')
|
||||
source=("git+https://github.com/seqan/seqan3.git#tag=${pkgver}"
|
||||
sha256sums=('SKIP'
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare (){
|
||||
cd $srcdir/${pkgname}
|
||||
|
|
Loading…
Add table
Reference in a new issue