1. --- PKGBUILD    2013-11-24 14:16:30.000000000 -0200
  2. +++ PKGBUILD.new    2014-01-11 19:49:02.436895482 -0200
  3. @@ -14,7 +14,7 @@
  4.  provides=(omxplayer)
  5.  conflicts=(omxplayer omxplayer-bin)
  6.  source=(git://github.com/popcornmix/omxplayer.git
  7. -        omxplayer.arch Makefile.arch Makefile.include.arch)
  8. +        Makefile.arch Makefile.include.arch)
  9.  
  10.  pkgver() {
  11.    cd omxplayer
  12. @@ -26,7 +26,6 @@
  13.  
  14.    cp ../Makefile.arch Makefile
  15.    cp ../Makefile.include.arch Makefile.include
  16. -  cp ../omxplayer.arch omxplayer
  17.  }
  18.  
  19.  build() {
  20. @@ -42,6 +41,5 @@
  21.  }
  22.  
  23.  md5sums=('SKIP'
  24. -         'b256bd3a81a974543a0afc62b62e5c28'
  25.           '462e40e8da2e2b10cb32138e7885d285'
  26.           'a8635442d02665944c04c18606453a04')