summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 03:55:21 -0700
committerKamran Mackey2015-12-20 03:55:21 -0700
commit5effa208dfbb5a852741369e3ae9cf9f08cdcbfb (patch)
treea6ecf61ae68c874e5cecb017313faad1f9585272 /PKGBUILD
parent2739a702fe56b931e93fa259a60f670c58cf3e65 (diff)
downloadaur-5effa208dfbb5a852741369e3ae9cf9f08cdcbfb.tar.gz
Switched the git link to the github one.
GitHub is a lot faster when cloning. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55ead0acf446..74426b9ad343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-git
pkgver=r77404.70f13ab
-pkgrel=4
+pkgrel=5
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -25,7 +25,7 @@ provides=(
'libswscale.so'
)
conflicts=('ffmpeg')
-source=("$pkgname"::'git://source.ffmpeg.org/ffmpeg.git'
+source=("$pkgname"::'git://github.com/ffmpeg/ffmpeg.git'
ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
md5sums=('SKIP'
'SKIP')