summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ee901272b0..434f22603ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = m4baker-git
pkgdesc = Bake full-featured m4b-audiobooks
pkgver = 0.1.92.r23.gf282d42
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/crabmanX/m4baker
arch = any
- license = unknown
+ license = GPL2
depends = python2
depends = qt4>=4.5
depends = python2-pyqt4>=4.6
diff --git a/PKGBUILD b/PKGBUILD
index f6d929669255..652d7bad1604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
# Contributor: crabmanX
pkgname='m4baker-git'
pkgver=0.1.92.r23.gf282d42
-pkgrel=1
+pkgrel=2
pkgdesc="Bake full-featured m4b-audiobooks"
arch=('any')
url="https://github.com/crabmanX/m4baker"
-license='unknown'
+license=('GPL2')
depends=('python2' 'qt4>=4.5' 'python2-pyqt4>=4.6' 'faac>=1.26' 'sox>=14.3' 'libmp4v2>=1.9')
-makedepends=()
replaces=('m4baker')
conflicts=('m4baker')
source=('m4baker::git+https://github.com/Sonic-Y3k/m4baker.git')