mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/omxplayer-git to 284.583f016-1
This commit is contained in:
parent
6b20616272
commit
4d0cca8fa9
1 changed files with 5 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=18
|
||||
|
||||
pkgname=omxplayer-git
|
||||
pkgver=262.9b52cee
|
||||
pkgver=284.583f016
|
||||
pkgrel=1
|
||||
pkgdesc="omxplayer is a command line media player for the RaspberryPi"
|
||||
arch=('arm' 'armv6h')
|
||||
|
@ -17,6 +17,10 @@ provides=(omxplayer)
|
|||
conflicts=(omxplayer omxplayer-bin)
|
||||
source=(git://github.com/popcornmix/omxplayer.git
|
||||
omxplayer.arch Makefile.arch Makefile.include.arch)
|
||||
md5sums=('SKIP'
|
||||
'b256bd3a81a974543a0afc62b62e5c28'
|
||||
'462e40e8da2e2b10cb32138e7885d285'
|
||||
'a8635442d02665944c04c18606453a04')
|
||||
|
||||
pkgver() {
|
||||
cd omxplayer
|
||||
|
@ -42,8 +46,3 @@ package() {
|
|||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
md5sums=('SKIP'
|
||||
'b256bd3a81a974543a0afc62b62e5c28'
|
||||
'462e40e8da2e2b10cb32138e7885d285'
|
||||
'a8635442d02665944c04c18606453a04')
|
||||
|
|
Loading…
Reference in a new issue