summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoritsme2016-09-22 18:41:21 +0400
committeritsme2016-09-22 18:41:21 +0400
commit341c756e1ed4345e928d8ff3f0cb4bdec8b65628 (patch)
treea322affcf04c52e7fdd9ef5f0ee683c4a9389c5e
parentfdcb557d8a243cc8cb1add04abfcc2830ad77bd2 (diff)
downloadaur-341c756e1ed4345e928d8ff3f0cb4bdec8b65628.tar.gz
$pkgdir -> "$pkgdir/", GPL -> GPL2, added contributor
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f8b24621aa..1a495109e88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bomi
pkgdesc = Powerful and easy-to-use GUI multimedia player based on mpv
pkgver = 0.9.11
- pkgrel = 2
+ pkgrel = 3
url = http://bomi-player.github.io
install = bomi.install
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = mesa
makedepends = gcc
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index e12cfea5379b..c460042b5fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: xylosper <darklin20@gmail.com>
# Contributor: willemw <willemw12@gmail.com>
# Contributor: Pedro Gabriel <pedrogabriel@dcc.ufmg.br>
+# Contributor: itsme <mymail@ishere.ru>
+
pkgname=bomi
pkgver=0.9.11
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv"
arch=('i686' 'x86_64')
url="http://$pkgname-player.github.io"
-license=('GPL')
+license=('GPL2')
provides=('cmplayer')
conflicts=('bomi-fresh' 'bomi-git')
install=$pkgname.install
@@ -27,6 +29,7 @@ md5sums=('543c592f588c68d6f0c3cf254c288f58'
'7bb39aea99bb5c0f6607cda44edc11ae')
#options=(debug !strip)
+
prepare() {
cd "$srcdir/$pkgname-$pkgver"
patch -p0 < "../ffmpeg2.8.patch"
@@ -40,5 +43,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DEST_DIR=$pkgdir install
+ make DEST_DIR="$pkgdir/" install
}