Skip to content

Commit

Permalink
🚿 CHORE: Tidy file and add link to TODO.md
Browse files Browse the repository at this point in the history
- Tidy PKGBUILD:
  - Quote contents of "arch" array and list as column
  - Add link from PKGBUILD file to the to do list on GitHub
- Bump pkgrel field to 4 in order to trigger an upgrade
- Regenerate .SRCINFO to reflect changes

On branch main
- Changes to be committed:
  - modified:   .SRCINFO
  - modified:   PKGBUILD
  • Loading branch information
rossclarkartist committed Oct 26, 2022
1 parent 35662fa commit e2d2063
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = deadbeef
pkgdesc = Modular GTK audio player for GNU/Linux
pkgver = 1.9.2
pkgrel = 3
pkgrel = 4
url = https://deadbeef.sourceforge.io/
arch = x86_64
arch = i686
Expand All @@ -15,17 +15,16 @@ pkgbase = deadbeef
license = ZLIB
makedepends = clang
makedepends = curl
makedepends = faad2
makedepends = imlib2
makedepends = intltool
makedepends = libpulse
makedepends = libsndfile
makedepends = libx11
makedepends = pkgconfig
makedepends = wavpack
makedepends = yasm
makedepends = zlib
depends = alsa-lib
depends = faad2
depends = ffmpeg4.4
depends = flac
depends = gtk3
Expand All @@ -39,6 +38,7 @@ pkgbase = deadbeef
depends = libzip
depends = mpg123
depends = opusfile
depends = wavpack
optdepends = alsa-oss: for OSS output plugin
optdepends = cdparanoia: for cd audio plugin
optdepends = dbus: for notification daemon support (OSD current song notifications)
Expand Down
14 changes: 11 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,25 @@
# shellcheck disable=SC2034,SC2154
# [ToDo]: Add files: User documentation
# [ToDo]: Add files: Tooling
# [FixMe]: Namcap warnings and errors
# [FixMe]: Namcap warnings and errors:
# See https://github.com/Archiv8/deadbeef/TODO.md for further
# information
# [Fixed]: Build Failure

# Maintainer: Ross Clark <[email protected]>
# Contributor: Ross Clark <[email protected]>

pkgname=deadbeef
pkgver=1.9.2
pkgrel=3
pkgrel=4
pkgdesc="Modular GTK audio player for GNU/Linux"
arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
arch=("x86_64"
"i686"
"pentium4"
"arm"
"armv6h"
"armv7h"
"aarch64")
url="https://deadbeef.sourceforge.io/"
license=(
"GPL2"
Expand Down

0 comments on commit e2d2063

Please sign in to comment.