Skip to content

Commit

Permalink
Update vidmerger
Browse files Browse the repository at this point in the history
  • Loading branch information
santilococo committed Dec 31, 2023
1 parent 6b52e54 commit 6bddc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vidmerger-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ arch=('x86_64')
url="https://github.com/tgotwig/vidmerger"
license=('MIT')
depends=('ffmpeg' 'glibc' 'gcc-libs')
source=("${url}/releases/download/${pkgver}/${_pkgname}-linux.tar.gz"
source=("${_pkgname}-${pkgver}::${url}/releases/download/${pkgver}/${_pkgname}-linux.tar.gz"
"https://raw.githubusercontent.com/tgotwig/vidmerger/main/LICENSE")
sha256sums=('4639451ab1d31fc509dc950df7f2d1a8f7e718ef6d2d0844f936deba1cf4b74b'
'fb25a5d14edb9164a63a126aec696eceb654b4b0e8b382bcac378b6c44eb920c')

package() {
install -Dm755 ${_pkgname} "${pkgdir}/usr/bin/${_pkgname}"
install -Dm755 "${_pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

0 comments on commit 6bddc31

Please sign in to comment.