Bump to v3.2 and change source location, remove no longer needed patch and add newly required dependencies
This commit is contained in:
15
.SRCINFO
15
.SRCINFO
@@ -1,20 +1,17 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Thu Jul 27 22:23:15 UTC 2017
|
||||
pkgbase = karlyriceditor
|
||||
pkgdesc = A program which lets you edit and synchronize lyrics with karaoke songs in various formats.
|
||||
pkgver = 2.2
|
||||
pkgver = 3.2
|
||||
pkgrel = 1
|
||||
url = https://www.ulduzsoft.com/linux/karaoke-lyrics-editor/
|
||||
url = https://github.com/gyunaev/karlyriceditor
|
||||
install = karlyriceditor.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = qt5-base
|
||||
depends = ffmpeg
|
||||
depends = qt5-multimedia
|
||||
depends = desktop-file-utils
|
||||
source = openssl-1.1.X.patch
|
||||
source = karlyriceditor-2.2.tar.gz::https://sourceforge.net/projects/karlyriceditor/files/2.2/karlyriceditor-2.2.tar.gz/download?nowrap
|
||||
md5sums = 7d510835a99d36362b7ba0cb81e734a8
|
||||
md5sums = b59ac716a34bfb07e0c21cd61e01ca9e
|
||||
source = karlyriceditor-3.2.tar.gz::https://github.com/gyunaev/karlyriceditor/archive/3.2.tar.gz
|
||||
sha256sums = 67aa863f7e34b8fd76dfc74615da3ff8b761a138be651bcb55d03d54626bddae
|
||||
|
||||
pkgname = karlyriceditor
|
||||
|
||||
|
||||
11
PKGBUILD
11
PKGBUILD
@@ -1,18 +1,17 @@
|
||||
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
|
||||
pkgname=karlyriceditor
|
||||
pkgver=2.2
|
||||
pkgver=3.2
|
||||
pkgrel=1
|
||||
pkgdesc="A program which lets you edit and synchronize lyrics with karaoke songs in various formats."
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.ulduzsoft.com/linux/karaoke-lyrics-editor/"
|
||||
url="https://github.com/gyunaev/karlyriceditor"
|
||||
license=('GPL')
|
||||
depends=('qt5-base' 'desktop-file-utils')
|
||||
source=('openssl-1.1.X.patch' "karlyriceditor-$pkgver.tar.gz::https://sourceforge.net/projects/karlyriceditor/files/$pkgver/karlyriceditor-$pkgver.tar.gz/download?nowrap")
|
||||
md5sums=('7d510835a99d36362b7ba0cb81e734a8' 'b59ac716a34bfb07e0c21cd61e01ca9e')
|
||||
depends=('ffmpeg' '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() {
|
||||
patch -p0 < openssl-1.1.X.patch
|
||||
cd karlyriceditor-$pkgver
|
||||
qmake
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user