summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent8bca2e271eb2d8caf5afb5da7987f33a48887bdb (diff)
downloadaur-f569f79b70a4cf0e5d1bc60cd0255f8934be9afa.tar.gz
use fixed upstream master branch (see https://github.com/kirushyk/gst-instruments/issues/29)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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() {