summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e54bc21533..daa99bf83cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Aug 24 20:35:38 UTC 2018
pkgbase = mingw-w64-gst-plugins-ugly-git
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.14.0.r17.71a35e7c
+ pkgver = 1.16.0.r3.e778c559
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -18,7 +16,7 @@ pkgbase = mingw-w64-gst-plugins-ugly-git
options = !strip
options = !buildflags
options = staticlibs
- source = gst-plugins-ugly::git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly
+ source = gst-plugins-ugly::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/
sha256sums = SKIP
pkgname = mingw-w64-gst-plugins-ugly-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b5cd386a484..656a9843d6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly-git
-pkgver=1.14.0.r17.71a35e7c
+pkgver=1.16.0.r3.e778c559
pkgrel=1
_gitname=gst-plugins-ugly
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
@@ -16,7 +16,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-ugly')
-source=("$_gitname::git://anongit.freedesktop.org/gstreamer/$_gitname")
+source=("${_gitname}::git+https://gitlab.freedesktop.org/gstreamer/${_gitname}/")
sha256sums=('SKIP')
pkgver() {
@@ -40,7 +40,6 @@ build() {
package() {
cd "${srcdir}/${_gitname}"
-
for _arch in ${_architectures}; do
DESTDIR="${pkgdir}" ninja -C "${srcdir}/${_gitname}/build-${_arch}" install
done