summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaegil Bae2018-01-20 02:52:09 +0900
committerTaegil Bae2018-01-20 02:52:09 +0900
commitbe27967d943a5f677e5c1dcec05dda0f7551ef51 (patch)
treed0c12254226e0af728e1721132b7ed4b1131dba9 /PKGBUILD
parentc9ea0f977b213d3a732f3dcdbf3c0ffa28a4ff76 (diff)
downloadaur-be27967d943a5f677e5c1dcec05dda0f7551ef51.tar.gz
Removed the temporary patch as upstream was updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f8a1e55eb43..c9519594ede0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgbase=bomi
pkgname=$_pkgbase-git
-pkgver=0.9.11.r35.g6571d62f
-pkgrel=2
+pkgver=0.9.11.r37.g2d2a3515
+pkgrel=1
pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv (git version)"
arch=('i686' 'x86_64')
url="http://bomi-player.github.io"
@@ -25,10 +25,8 @@ optdepends=('libva-intel-driver: hardware acceleration support for Intel GPU'
'libbdplus: BD+ decryption for Blu-ray support')
provides=('bomi')
conflicts=('cmplayer' 'bomi')
-source=(git+https://github.com/d-s-x/${_pkgbase}.git
- qml_internal_types.patch)
-md5sums=('SKIP'
- '965ead6202472215d8cb2d875584dfb7')
+source=(git+https://github.com/d-s-x/${_pkgbase}.git)
+md5sums=('SKIP')
#options=(debug !strip)
pkgver() {
@@ -40,11 +38,6 @@ prepare() {
cd "$srcdir/$_pkgbase"
./configure --prefix=/usr
-
- # Temporary fix until the upstream is fixed.
- if ! grep PlayInfoText ./src/bomi/imports/bomi/qmldir; then
- patch -p1 -i "$srcdir/qml_internal_types.patch"
- fi
}
build() {