summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-06 17:49:51 +0000
committerDaniel Bermond2019-07-06 17:49:51 +0000
commit40e6efb91b5ccbc73fb0772d20f3de73fdd55bd3 (patch)
treed4a12ac63b64642479a023e01e482bc228b545a4
parent87ddb7f5c2543e5dd5e0c316c57f3638cfedb49b (diff)
downloadaur-40e6efb91b5ccbc73fb0772d20f3de73fdd55bd3.tar.gz
Fix buildenv. Refresh patch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--pitivi-git-fix-locale-on-tests.patch8
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f19b5f7dcbd2..c581fb66f453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pitivi-git
pkgdesc = Editor for audio/video projects using the GStreamer framework (git version)
- pkgver = 0.999.0.r575.g3c719067
+ pkgver = 0.999.0.r589.gc1a94d28
pkgrel = 1
url = http://www.pitivi.org/
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = pitivi-git
source = git+https://gitlab.gnome.org/GNOME/pitivi.git
source = pitivi-git-fix-locale-on-tests.patch
sha256sums = SKIP
- sha256sums = 1ad918e9b87ee7a3f1465f5d444fa7b8e2373dad4d3c72a72af0f0364612f6f7
+ sha256sums = db34a01202ae93b217f7eb5ab6d5e6d928c1c2ecdb652a2d157452078f867858
pkgname = pitivi-git
diff --git a/PKGBUILD b/PKGBUILD
index 1bff5155e0eb..30b4e67c4801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor@vipmail.hu>
pkgname=pitivi-git
-pkgver=0.999.0.r575.g3c719067
+pkgver=0.999.0.r589.gc1a94d28
pkgrel=1
pkgdesc='Editor for audio/video projects using the GStreamer framework (git version)'
arch=('x86_64')
@@ -23,11 +23,11 @@ checkdepends=('gst-validate' 'zbar' 'lilv' 'libkate' 'fluidsynth' 'qt5-base'
'qt5-declarative' 'qt5-x11extras' 'gst-libav' 'xorg-server-xvfb')
provides=('pitivi')
conflicts=('pitivi')
-BUILDENV=('!check')
+BUILDENV+=('!check')
source=('git+https://gitlab.gnome.org/GNOME/pitivi.git'
'pitivi-git-fix-locale-on-tests.patch')
sha256sums=('SKIP'
- '1ad918e9b87ee7a3f1465f5d444fa7b8e2373dad4d3c72a72af0f0364612f6f7')
+ 'db34a01202ae93b217f7eb5ab6d5e6d928c1c2ecdb652a2d157452078f867858')
prepare() {
cd pitivi
diff --git a/pitivi-git-fix-locale-on-tests.patch b/pitivi-git-fix-locale-on-tests.patch
index 017997dc6896..ff3da45a20e8 100644
--- a/pitivi-git-fix-locale-on-tests.patch
+++ b/pitivi-git-fix-locale-on-tests.patch
@@ -1,7 +1,7 @@
-diff -Naurp a/tests/common.py b/tests/common.py
---- a/tests/common.py 2019-06-09 20:32:43.467373877 +0000
-+++ b/tests/common.py 2019-06-09 20:26:01.000000000 +0000
-@@ -74,7 +74,7 @@ for category in ["Gtk", "Gdk", "GLib-GOb
+diff -Nawurp a/tests/common.py b/tests/common.py
+--- a/tests/common.py 2019-07-06 17:41:49.000000000 +0000
++++ b/tests/common.py 2019-07-06 17:41:49.000000000 +0000
+@@ -75,7 +75,7 @@ for category in ["Gtk", "Gdk", "GLib-GOb
detect_leaks = os.environ.get("PITIVI_TEST_DETECT_LEAKS", "0") not in ("0", "")
os.environ["PITIVI_USER_CACHE_DIR"] = tempfile.mkdtemp(suffix="pitiviTestsuite")