summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89cce8c5476e..ee656203c743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Mar 18 16:20:27 UTC 2019
pkgbase = phonon-qt4-mplayer-git
pkgdesc = Mplayer backend for phonon, the multimedia API of KDE. (Qt4 only) GIT version)
pkgver = 20120714.7217499
@@ -16,7 +14,7 @@ pkgbase = phonon-qt4-mplayer-git
provides = phonon-qt4-mplayer
conflicts = phonon-qt4-mplayer
replaces = phonon-mplayer-git
- source = git://anongit.kde.org/phonon-mplayer.git
+ source = git+https://invent.kde.org/unmaintained/phonon-mplayer.git
source = fix_find_config.patch
source = CMakeLists.txt.patch
sha256sums = SKIP
@@ -24,4 +22,3 @@ pkgbase = phonon-qt4-mplayer-git
sha256sums = fd6379172562065acb670e497ade517015f71829abf65cfd8424fe428e405df3
pkgname = phonon-qt4-mplayer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d1d12db9ff3f..b097cab75f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ provides=('phonon-qt4-backend'
)
conflicts=('phonon-qt4-mplayer')
replaces=('phonon-mplayer-git')
-source=('git://anongit.kde.org/phonon-mplayer.git'
+source=('git+https://invent.kde.org/unmaintained/phonon-mplayer.git'
'fix_find_config.patch'
'CMakeLists.txt.patch'
)