summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam2018-10-07 09:40:13 +0800
committerAdam2018-10-07 09:40:13 +0800
commit0156a74d4e516b933ca57a198d96bfbf17e56e47 (patch)
tree6af5718028873f089039e9e62e40488577b974b8 /PKGBUILD
parent7579f990b8d7ea7babf1997bce61bb6227e69d34 (diff)
downloadaur-0156a74d4e516b933ca57a198d96bfbf17e56e47.tar.gz
Update to version 1.14.4
Re-enable check(). Signed-off-by: Adam <adam900710@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03f6e88f48d1..f7da520714bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=gst-plugins-ugly
pkgname="lib32-$_basename"
-pkgver=1.14.3
+pkgver=1.14.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (32-bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('lib32-gst-plugins-base-libs' 'lib32-libdvdread'
'lib32-libmpeg2' 'lib32-a52dec' 'lib32-libsidplay'
'lib32-libcdio' 'lib32-x264' 'lib32-opencore-amr' 'gst-plugins-ugly')
makedepends=('python' 'lib32-x264' 'autoconf-archive' 'git' 'valgrind-multilib')
-_commit=e6e27076d11f763e817cd1f423db423018a48fcb # tags/1.14.3^0
+_commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a # tags/1.14.4^0
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
sha256sums=('SKIP'
@@ -60,10 +60,10 @@ build() {
make
}
-#check() {
-# cd $_basename
-# make check
-#}
+check() {
+ cd $_basename
+ make check
+}
package() {
cd $_basename