summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2021-02-17 10:29:13 +0100
committerWillem Mulder2021-02-17 10:29:13 +0100
commit66a3bbaa7c65c75ae0f6b5065131a5f0670f8b4b (patch)
tree8afb4ee4356668af8fb758880cee11901e2f8783
parentc3fd4ec5f2439643e0c4a3755c48495111578157 (diff)
downloadaur-66a3bbaa7c65c75ae0f6b5065131a5f0670f8b4b.tar.gz
Update to ffmpegfs 2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f22aebee724..b44284027ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpegfs
pkgdesc = FUSE-based transcoding filesystem with video support from many formats to MP4, WebM, OGG, MP3, OPUS, MOV, ProRes or WAV.
- pkgver = 2.0
+ pkgver = 2.2
pkgrel = 1
url = https://nschlia.github.io/ffmpegfs/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = ffmpegfs
depends = sqlite
depends = libbluray
depends = libdvdread
- source = https://github.com/nschlia/ffmpegfs/releases/download/v2.0/ffmpegfs-2.0.tar.gz
- sha384sums = e97a4e030e426c4b5a2bff030ac0b8a45f1d6dade0dcfe456a06ee3d3b9c3f2568ffc2c83131ce6f8c884f1012a5a5e4
+ source = https://github.com/nschlia/ffmpegfs/releases/download/v2.2/ffmpegfs-2.2.tar.gz
+ sha384sums = e56b484ac40a818a36a72963f7932bb60188ec5075213f05bde7daac610b56166fc6fece45b7833d9d3e2499bbad9476
pkgname = ffmpegfs
diff --git a/PKGBUILD b/PKGBUILD
index 74e804d5580e..644103eda055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Willem Mulder <14mRh4X0r@gmail.com>
pkgname=ffmpegfs
-pkgver=2.0
+pkgver=2.2
pkgrel=1
pkgdesc="FUSE-based transcoding filesystem with video support from many formats to MP4, WebM, OGG, MP3, OPUS, MOV, ProRes or WAV."
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') # Not arch-specific, should work on all
@@ -9,7 +9,7 @@ license=('GPL3' 'FDL1.3')
makedepends=('asciidoc' 'w3m' 'xxd')
depends=('fuse' 'ffmpeg' 'sqlite' 'libbluray' 'libdvdread')
source=("https://github.com/nschlia/ffmpegfs/releases/download/v$pkgver/ffmpegfs-$pkgver.tar.gz")
-sha384sums=('e97a4e030e426c4b5a2bff030ac0b8a45f1d6dade0dcfe456a06ee3d3b9c3f2568ffc2c83131ce6f8c884f1012a5a5e4')
+sha384sums=('e56b484ac40a818a36a72963f7932bb60188ec5075213f05bde7daac610b56166fc6fece45b7833d9d3e2499bbad9476')
build() {
cd "$pkgname-$pkgver"