summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-04-27 22:09:30 +0200
committerNicola Murino2019-04-27 22:09:30 +0200
commite488e69e4bb1450cc4b986d8e384b0d0edb240aa (patch)
tree09ac091f96efb26eb8f160d304f0e30976c5d855
parent2ab2d60f2dbc3df9afbcae2a80ca5ab31fcf48b6 (diff)
downloadaur-e488e69e4bb1450cc4b986d8e384b0d0edb240aa.tar.gz
update git url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c19b00f1a819..29f51d48637d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Aug 25 08:02:20 UTC 2018
pkgbase = mingw-w64-gst-plugins-base-git
pkgdesc = GStreamer Multimedia Framework Base Plugins (mingw-w64)
- pkgver = 1.14.0.r261.f1272e547
+ pkgver = 1.16.0.r12.7095b7c47
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -27,7 +25,7 @@ pkgbase = mingw-w64-gst-plugins-base-git
options = !strip
options = !buildflags
options = staticlibs
- source = gst-plugins-base::git://anongit.freedesktop.org/gstreamer/gst-plugins-base
+ source = gst-plugins-base::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/
sha256sums = SKIP
pkgname = mingw-w64-gst-plugins-base-git
diff --git a/PKGBUILD b/PKGBUILD
index b463a065ed97..6180bee9cab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-base-git
-pkgver=1.14.0.r261.f1272e547
+pkgver=1.16.0.r12.7095b7c47
pkgrel=1
_gitname=gst-plugins-base
pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)"
@@ -19,7 +19,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-base')
-source=("${_gitname}::git://anongit.freedesktop.org/gstreamer/${_gitname}")
+source=("${_gitname}::git+https://gitlab.freedesktop.org/gstreamer/${_gitname}/")
sha256sums=('SKIP')
pkgver() {
@@ -45,7 +45,6 @@ build() {
package() {
cd "${srcdir}/${_gitname}"
-
for _arch in ${_architectures}; do
DESTDIR="${pkgdir}" ninja -C "${srcdir}/${_gitname}/build-${_arch}" install
done