summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2022-05-03 11:10:11 +0200
committerWillem Mulder2022-05-03 11:10:11 +0200
commit2ff72c5dd958a6dbe9fbb9c4054e2e18a22dba09 (patch)
tree951479eb21a725f6bdb492611882a6a25698c27e
parentcdd815338c28fff99773ad7560a5807ea53bf2df (diff)
downloadaur-2ff72c5dd958a6dbe9fbb9c4054e2e18a22dba09.tar.gz
Update to ffmpegfs 2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8ae5c066c7..5906596eaabe 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.9
+ pkgver = 2.10
pkgrel = 1
url = https://nschlia.github.io/ffmpegfs/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = ffmpegfs
depends = libdvdread
depends = libcue
depends = libchardet
- source = https://github.com/nschlia/ffmpegfs/releases/download/v2.9/ffmpegfs-2.9.tar.gz
- sha384sums = f1a71a809d9092cb09601ea739b9911f7d56855dd5c0345c675593ee53fbbd44ce6ec200ad1325214492ad560001d6a9
+ source = https://github.com/nschlia/ffmpegfs/releases/download/v2.10/ffmpegfs-2.10.tar.gz
+ sha384sums = 682de2e271de80938e4eb6692f1ae6660080ae7946101b0f0c24791ba4baa11e4ed97df7d26e88061f639c8d523fc2c8
pkgname = ffmpegfs
diff --git a/PKGBUILD b/PKGBUILD
index 2a583f569850..f702c3475e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Willem Mulder <14mRh4X0r@gmail.com>
pkgname=ffmpegfs
-pkgver=2.9
+pkgver=2.10
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' 'libcue' 'libchardet')
source=("https://github.com/nschlia/ffmpegfs/releases/download/v$pkgver/ffmpegfs-$pkgver.tar.gz")
-sha384sums=('f1a71a809d9092cb09601ea739b9911f7d56855dd5c0345c675593ee53fbbd44ce6ec200ad1325214492ad560001d6a9')
+sha384sums=('682de2e271de80938e4eb6692f1ae6660080ae7946101b0f0c24791ba4baa11e4ed97df7d26e88061f639c8d523fc2c8')
build() {
cd "$pkgname-$pkgver"