Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: atomicparsley 20210114.184825.1dbe1be-2: Use lowercase for bi…
Browse files Browse the repository at this point in the history
…nary file

Now supported by the one package (that I know of) that uses this:
ytdl-org/youtube-dl#28112

git-svn-id: file:///srv/repos/svn-community/svn@868389 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
polyzen authored and svntogit committed Feb 22, 2021
1 parent 972575d commit a8a244c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=atomicparsley
pkgver=20210114.184825.1dbe1be
pkgrel=1
pkgrel=2
pkgdesc='Command line program for reading, parsing and setting metadata in MPEG-4 files'
arch=('x86_64')
url=https://github.com/wez/atomicparsley
Expand All @@ -21,7 +21,7 @@ build() {

package() {
cd $pkgname-$pkgver
install -Dt "$pkgdir"/usr/bin AtomicParsley
install -D AtomicParsley "$pkgdir"/usr/bin/atomicparsley
}

# vim:set ts=2 sw=2 et:

0 comments on commit a8a244c

Please sign in to comment.