Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ffmpeg2theora/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-09-08 06:55:04 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-08 06:55:04 +0300
commit1ad92b781fedf1420cf7af09486f630589faa58e (patch)
treedf69b1cb320ffa08e2e7ce73f703d3f6cd364ecb /extra/ffmpeg2theora/PKGBUILD
parentb7e423dfc05bcb0893dbbb7869e1767ed4742ff5 (diff)
extra/ffmpeg2theora: Fix missing source
Diffstat (limited to 'extra/ffmpeg2theora/PKGBUILD')
-rw-r--r--extra/ffmpeg2theora/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/ffmpeg2theora/PKGBUILD b/extra/ffmpeg2theora/PKGBUILD
new file mode 100644
index 00000000..971afd35
--- /dev/null
+++ b/extra/ffmpeg2theora/PKGBUILD
@@ -0,0 +1,3 @@
+if [[ $pkgver == 0.30 ]]; then
+ source[0]="https://web.archive.org/web/20160315194631/http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.30.tar.bz2"
+fi