mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
biobambam: no needs to fix gcc13
This commit is contained in:
parent
3401580b49
commit
1e25a5ef2e
1 changed files with 2 additions and 9 deletions
|
@ -8,15 +8,8 @@ arch=('x86_64')
|
|||
url="https://github.com/gt1/biobambam2"
|
||||
license=('GPL3')
|
||||
makedepends=('libmaus' 'autoconf' 'make' 'boost')
|
||||
source=(https://gitlab.com/german.tischler/biobambam2/-/archive/${pkgver//_/-}/${pkgname}2-${pkgver//_/-}.tar.gz
|
||||
gcc13.patch::https://gitlab.com/german.tischler/biobambam2/-/commit/67ba5f1d097d8ec33805afb9217632bb7bd4343d.patch)
|
||||
sha256sums=('e405421e869ac7220c3a7e5da0d24a3c7b4c7b1807e044a439fe68efc88a1f2a'
|
||||
'4945978c194807b149f9c82f709db1fce62340867f87ede5a587ef2247c39827')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||
patch -p1 < $srcdir/gcc13.patch
|
||||
}
|
||||
source=(https://gitlab.com/german.tischler/biobambam2/-/archive/${pkgver//_/-}/${pkgname}2-${pkgver//_/-}.tar.gz)
|
||||
sha256sums=('e405421e869ac7220c3a7e5da0d24a3c7b4c7b1807e044a439fe68efc88a1f2a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/"${pkgname}2"-"${pkgver//_/-}"
|
||||
|
|
Loading…
Add table
Reference in a new issue