summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2017-10-03 15:14:49 +0200
committerFlorent Thiéry2017-10-03 15:14:49 +0200
commitf569f79b70a4cf0e5d1bc60cd0255f8934be9afa (patch)
tree110d26c6a416eccc272248e8992905d44f484b2b
parent8bca2e271eb2d8caf5afb5da7987f33a48887bdb (diff)
downloadaur-f569f79b70a4cf0e5d1bc60cd0255f8934be9afa.tar.gz
use fixed upstream master branch (see https://github.com/kirushyk/gst-instruments/issues/29)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e67894dbf81..a13d25a0c316 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 13:08:22 UTC 2017
+# Tue Oct 3 13:14:15 UTC 2017
pkgbase = gst-instruments-git
pkgdesc = Set of performance analyzing tools for time profiling and data flow inspection in GStreamer apps.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kirushyk/gst-instruments
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gst-instruments-git
depends = gtk3
depends = vala
depends = xdot
- source = git+https://github.com/ribalda/gst-instruments.git#branch=fix29
+ source = git+https://github.com/kirushyk/gst-instruments.git
sha512sums = SKIP
pkgname = gst-instruments-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d3280b7fc45..1015972dc335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
# Maintainer: Florent Thiéry fthiery@gmail.com
pkgname=gst-instruments-git
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Set of performance analyzing tools for time profiling and data flow inspection in GStreamer apps."
arch=('i686' 'x86_64')
url="https://github.com/kirushyk/gst-instruments"
license=('GPL3')
depends=('gstreamer' 'gtk3' 'vala' 'xdot')
-#https://github.com/kirushyk/gst-instruments/issues/29
-#source=('git+https://github.com/kirushyk/gst-instruments.git')
-source=('git+https://github.com/ribalda/gst-instruments.git#branch=fix29')
+source=('git+https://github.com/kirushyk/gst-instruments.git')
sha512sums=('SKIP')
build() {