diff options
Diffstat (limited to 'extra/gstreamer0.10-base/PKGBUILD')
-rw-r--r-- | extra/gstreamer0.10-base/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gstreamer0.10-base/PKGBUILD b/extra/gstreamer0.10-base/PKGBUILD index 0ddf53a32..07eca87dd 100644 --- a/extra/gstreamer0.10-base/PKGBUILD +++ b/extra/gstreamer0.10-base/PKGBUILD @@ -19,8 +19,8 @@ build() { autoreconf ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental --disable-gnome_vfs \ - --with-package-name="GStreamer Base Plugins (Archlinux)" \ - --with-package-origin="http://www.archlinux.org/" + --with-package-name="GStreamer Base Plugins (Parabola)" \ + --with-package-origin="https://parabolagnulinux.org/" make sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile |