summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2018-06-09 17:00:35 +0200
committerWillem Mulder2018-06-09 17:00:35 +0200
commitb6de13ee3097c0b27b4862720ad214f07647e45b (patch)
tree0293d3fcf5b2bc66e5a7a4aa16242b57bcdd8e8e
parentdfe7140e5b9bcf931e552a8fd40fb5a00a6f59d2 (diff)
downloadaur-b6de13ee3097c0b27b4862720ad214f07647e45b.tar.gz
Update to ffmpegfs 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41be5afa7902..724ae97ecaf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpegfs
pkgdesc = FUSE-based transcoding filesystem from many formats to MP3 or MP4 including video transcoding
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://nschlia.github.io/ffmpegfs/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = ffmpegfs
optdepends = libdvdread: Detect IFO files and list separate DVD chapters or programs as separate files. Also needs libdvdnav.
optdepends = libvcd: Detect Video CDs in directories and list chapters as separate files.
optdepends = libbluray: To detect bluray files in directories and list separate chapters and titles as separate files.
- source = https://github.com/nschlia/ffmpegfs/files/2053934/ffmpegfs-1.4.tar.gz
- sha384sums = a9256e636743323b1595f1f9b3201798d3118fa6ab06c26b8ddcd13cf09016ca7af2351bb7cbc825f8bd10539b3aacbe
+ source = https://github.com/nschlia/ffmpegfs/files/2085890/ffmpegfs-1.5.tar.gz
+ sha384sums = e06dfe6e841b153e50ab10ceecf23dba1c21738ebbfba6585dd73e3b42f6f8d06171874aa811e63671eb1c533e0327ab
pkgname = ffmpegfs
diff --git a/PKGBUILD b/PKGBUILD
index ff1b64e0a888..ca30d6f45f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Willem Mulder <14mRh4X0r@gmail.com>
pkgname=ffmpegfs
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="FUSE-based transcoding filesystem from many formats to MP3 or MP4 including video transcoding"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') # Not arch-specific, should work on all
@@ -13,9 +13,9 @@ optdepends=(
'libvcd: Detect Video CDs in directories and list chapters as separate files.'
'libbluray: To detect bluray files in directories and list separate chapters and titles as separate files.'
)
-#source=("https://github.com/nschlia/ffmpegfs/releases/download/v$pkgver/ffmpegfs-$pkgver.tar.gz")
-source=("https://github.com/nschlia/ffmpegfs/files/2053934/ffmpegfs-1.4.tar.gz")
-sha384sums=('a9256e636743323b1595f1f9b3201798d3118fa6ab06c26b8ddcd13cf09016ca7af2351bb7cbc825f8bd10539b3aacbe')
+_fileid=2085890
+source=("https://github.com/nschlia/ffmpegfs/files/$_fileid/ffmpegfs-$pkgver.tar.gz")
+sha384sums=('e06dfe6e841b153e50ab10ceecf23dba1c21738ebbfba6585dd73e3b42f6f8d06171874aa811e63671eb1c533e0327ab')
build() {
cd "$pkgname-$pkgver"