diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..790b044 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +pkg +src +*.zst diff --git a/PKGBUILD b/PKGBUILD index 922aa75..fd38c44 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,15 +6,19 @@ pkgdesc="A program which lets you edit and synchronize lyrics with karaoke songs arch=('i686' 'x86_64') url="https://github.com/gyunaev/karlyriceditor" license=('GPL') -depends=('ffmpeg' 'qt5-multimedia' 'desktop-file-utils') -source=("karlyriceditor-$pkgver.tar.gz::https://github.com/gyunaev/karlyriceditor/archive/$pkgver.tar.gz") -sha256sums=('67aa863f7e34b8fd76dfc74615da3ff8b761a138be651bcb55d03d54626bddae') +depends=('ffmpeg4.4' 'qt5-multimedia' 'desktop-file-utils') +source=( + "karlyriceditor-$pkgver.tar.gz::https://github.com/gyunaev/karlyriceditor/archive/$pkgver.tar.gz" +) +sha256sums=( + "67aa863f7e34b8fd76dfc74615da3ff8b761a138be651bcb55d03d54626bddae" +) install=$pkgname.install build() { cd karlyriceditor-$pkgver - qmake - make + PKG_CONFIG_LIBDIR=/usr/lib/ffmpeg4.4/pkgconfig/:/usr/lib/pkgconfig qmake + PKG_CONFIG_LIBDIR=/usr/lib/ffmpeg4.4/pkgconfig/:/usr/lib/pkgconfig make } package() {