Date: Sunday, May 20, 2018 @ 17:00:41
  Author: bgyorgy
Revision: 325444

archrelease: copy trunk to community-x86_64

Added:
  gst-validate/repos/community-x86_64/PKGBUILD
    (from rev 325443, gst-validate/trunk/PKGBUILD)
Deleted:
  gst-validate/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-20 17:00:35 UTC (rev 325443)
+++ PKGBUILD    2018-05-20 17:00:41 UTC (rev 325444)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gst-validate
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Debugging tool for GStreamer"
-arch=(x86_64)
-url="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate/html/";
-license=(LGPL2.1)
-depends=(gst-plugins-base-libs gtk3 python)
-makedepends=(gobject-introspection)
-source=(https://gstreamer.freedesktop.org/src/gst-validate/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('33df08bf77f2895d64b7e8a957de3b930b4da0a8edabfbefcff2eab027eeffdf'
-            'SKIP')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
-              'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-
-build() {
-       cd $pkgname-$pkgver
-       ./configure --prefix=/usr
-       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-       make
-}
-
-package() {
-       cd $pkgname-$pkgver
-       make DESTDIR="$pkgdir" install
-}

Copied: gst-validate/repos/community-x86_64/PKGBUILD (from rev 325443, 
gst-validate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-20 17:00:41 UTC (rev 325444)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gst-validate
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="Debugging tool for GStreamer"
+arch=(x86_64)
+url="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-validate/html/";
+license=(LGPL2.1)
+depends=(gst-plugins-base-libs gtk3 python)
+makedepends=(gobject-introspection)
+source=(https://gstreamer.freedesktop.org/src/gst-validate/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('68e3f38f66e0d04837b60090fe5d9ca1127f5df124669f34ca82e241209171e4'
+            'SKIP')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
+              'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to