diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-03 19:26:25 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-03 19:26:25 -0200 |
commit | d57a9662797666a64503c3b0f0eed6caff108abf (patch) | |
tree | 9f5ac3c606ca773e1cc0b10faffb9c696628b65a /libre/gst-plugins-bad-libre | |
parent | fcbdc21311f0cad1daea66ebcb51f69f95ea6a1c (diff) | |
download | abslibre-d57a9662797666a64503c3b0f0eed6caff108abf.tar.gz abslibre-d57a9662797666a64503c3b0f0eed6caff108abf.tar.bz2 abslibre-d57a9662797666a64503c3b0f0eed6caff108abf.zip |
we using https protocol on our website
Diffstat (limited to 'libre/gst-plugins-bad-libre')
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index da800f965..1cb133713 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=gst-plugins-bad pkgname=gst-plugins-bad-libre pkgver=1.0.5 -pkgrel=1 +pkgrel=1.1 pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support' arch=( i686 @@ -70,7 +70,7 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ --with-package-name='GStreamer Bad Plugins (Parabola)' \ - --with-package-origin='http://parabolagnulinux.org/' \ + --with-package-origin='https://parabolagnulinux.org/' \ --with-gtk=3.0 make } |