summaryrefslogtreecommitdiff
path: root/extra/gstreamer0.10
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-04 11:55:39 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-04 11:55:39 -0300
commit320a473df80340f7d313f41d3646f10c29317010 (patch)
tree6bde83d5489eff006a6a4e6e1a869839b064a984 /extra/gstreamer0.10
parent312d7f13e0a6ed7a0c4661999e2548c71b0a5c8a (diff)
ports
Diffstat (limited to 'extra/gstreamer0.10')
-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
}