Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / bashburn
Commits: c86be44d by Antonio Rojas at 2024-09-06T21:13:54+02:00 upgpkg: 3.1.0-6: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = bashburn + pkgdesc = CD burning shell script + pkgver = 3.1.0 + pkgrel = 6 + url = http://bashburn.dose.se/ + changelog = bashburn.changelog + arch = any + license = GPL2 + depends = bash + depends = cdrdao + depends = cdrtools + optdepends = dvd+rw-tools: support for burning DVDs + optdepends = cdparanoia: Ripping audio CDs + optdepends = vorbis-tools: Vorbis-Support + optdepends = flac: Flac-Support + optdepends = mpg123: MP3-Support + optdepends = sudo: For missing permissions + source = https://fossies.org/linux/privat/old/BashBurn-3.1.0.tar.gz + sha256sums = b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c + +pkgname = bashburn ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=bashburn pkgver=3.1.0 -pkgrel=5 +pkgrel=6 pkgdesc="CD burning shell script" arch=('any') url="http://bashburn.dose.se/" @@ -17,7 +17,8 @@ optdepends=('dvd+rw-tools: support for burning DVDs' 'flac: Flac-Support' 'mpg123: MP3-Support' 'sudo: For missing permissions') -source=(http://bashburn.dose.se/files/BashBurn-${pkgver}.tar.gz) +#source=(http://bashburn.dose.se/files/BashBurn-${pkgver}.tar.gz) +source=(https://fossies.org/linux/privat/old/BashBurn-$pkgver.tar.gz) sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bashburn/-/commit/c86be44d038e6a6e7f45cfc22c9fd161fe93144d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bashburn/-/commit/c86be44d038e6a6e7f45cfc22c9fd161fe93144d You're receiving this email because of your account on gitlab.archlinux.org.