From f9bf0b8a17586e53b00fde3c828e638bbeef0b62 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Fri, 11 Oct 2024 19:16:37 -0400 Subject: [PATCH] Remove line breaks --- PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6c1ce52..3b88cfd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,15 +9,12 @@ pkgdesc="Open Cubic Player (GIT Version)" arch=('i686' 'x86_64') url="https://stian.cubic.org/project-ocp.php" license=('GPL') - source=(${_pkgbase}::git+https://github.com/mywave82/opencubicplayer.git) 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'