From 30ff503efc1f9dc8507b60a9585c3941690c0672 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Fri, 11 Oct 2024 19:13:49 -0400 Subject: [PATCH] Remove line breaks --- PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0cf964b..28a35b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,15 +9,12 @@ pkgdesc="Open Cubic Player" arch=('i686' 'x86_64') url="https://stian.cubic.org/project-ocp.php" license=('GPL') - source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git#tag=v${pkgver}) sha256sums=('SKIP') - optdepends=('libvorbis: Vorbis codec support' 'libmad: MPEG codec support' 'flac: FLAC codec support' 'libgme: Video game music emulation/playback support') - makedepends=('alsa-lib' 'cjson' 'desktop-file-utils'