summaryrefslogtreecommitdiff
path: root/extra/gstreamer0.10/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gstreamer0.10/PKGBUILD')
-rw-r--r--extra/gstreamer0.10/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gstreamer0.10/PKGBUILD b/extra/gstreamer0.10/PKGBUILD
index 480e14629..7d2a6151a 100644
--- a/extra/gstreamer0.10/PKGBUILD
+++ b/extra/gstreamer0.10/PKGBUILD
@@ -18,8 +18,8 @@ md5sums=('15389c73e091b1dda915279c388b9cb2')
build() {
cd "${srcdir}/gstreamer-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
- --with-package-name="GStreamer (Archlinux)" \
- --with-package-origin="http://www.archlinux.org/" \
+ --with-package-name="GStreamer (Parabola)" \
+ --with-package-origin="https://parabolagnulinux.org/" \
--enable-gtk-doc --disable-static
make
}