summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--archlinux.patch16
3 files changed, 6 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e93db4f344..bc22b20e6cf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuview
pkgdesc = The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
- pkgver = 2.11.1
+ pkgver = 2.13
pkgrel = 1
url = https://github.com/IENT/YUView
install = yuview.install
@@ -13,9 +13,9 @@ pkgbase = yuview
provides = yuview
conflicts = yuview
conflicts = YUView
- source = git+https://github.com/IENT/YUView.git#commit=4ae46b79575a54d3139c1ae0dbf03947344fe081
+ source = git+https://github.com/IENT/YUView.git#commit=a72b395f55f01fe162d549f4ab50222395e6cb3e
source = archlinux.patch
md5sums = SKIP
- md5sums = b6ac6b6b839023b3b72fc0ff2fc2098f
+ md5sums = 1e5c1cfc4e3979aec828df29e26774e6
pkgname = yuview
diff --git a/PKGBUILD b/PKGBUILD
index be95de007163..b3e9855dff6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Valdes <alejandrovaldes at live dot com>
pkgname=yuview
_pkgname=YUView
-pkgver=2.11.1
+pkgver=2.13
pkgrel=1
pkgdesc="The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset"
arch=('x86_64')
@@ -13,11 +13,11 @@ depends=('qt5-base'
'libde265')
provides=("$pkgname")
conflicts=("$pkgname" "$_pkgname")
-source=("git+${url}.git#commit=4ae46b79575a54d3139c1ae0dbf03947344fe081"
+source=("git+${url}.git#commit=a72b395f55f01fe162d549f4ab50222395e6cb3e"
'archlinux.patch')
noextract=()
md5sums=('SKIP'
- 'b6ac6b6b839023b3b72fc0ff2fc2098f')
+ '1e5c1cfc4e3979aec828df29e26774e6')
install="$pkgname.install"
prepare() {
diff --git a/archlinux.patch b/archlinux.patch
index d3fbfd027082..938347e8b236 100644
--- a/archlinux.patch
+++ b/archlinux.patch
@@ -11,20 +11,4 @@ index 4e5c0d34..09afecd2 100644
}
isEmpty(BINDIR) {
BINDIR = bin
-diff --git a/YUViewLib/src/common/typedef.h b/YUViewLib/src/common/typedef.h
-index cf267b8f..05d41fb3 100644
---- a/YUViewLib/src/common/typedef.h
-+++ b/YUViewLib/src/common/typedef.h
-@@ -212,12 +212,7 @@ private:
- #define YUVIEW_VERSION "Unknown"
- #endif
-
--#ifndef YUVIEW_HASH
- #define VERSION_CHECK 0
--#define YUVIEW_HASH 0
--#else
--#define VERSION_CHECK 1
--#endif
-
- #define MAX_RECENT_FILES 10