--- PKGBUILD.old 2014-01-12 01:59:59.568175483 -0200 +++ PKGBUILD 2014-01-12 02:18:46.971154543 -0200 @@ -14,7 +14,7 @@ provides=(omxplayer) conflicts=(omxplayer omxplayer-bin) source=(git://github.com/popcornmix/omxplayer.git - omxplayer.arch Makefile.arch Makefile.include.arch) + Makefile.arch Makefile.include.arch) pkgver() { cd omxplayer @@ -26,11 +26,11 @@ cp ../Makefile.arch Makefile cp ../Makefile.include.arch Makefile.include - cp ../omxplayer.arch omxplayer } build() { cd "${srcdir}/omxplayer" + sed -i "s,truetype/freefont,TTF,g" omxplayer.cpp make } @@ -42,6 +42,5 @@ } md5sums=('SKIP' - 'b256bd3a81a974543a0afc62b62e5c28' '462e40e8da2e2b10cb32138e7885d285' 'a8635442d02665944c04c18606453a04')