summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2021-02-06 22:25:30 +0100
committerChristopher Reimer2021-02-06 22:25:30 +0100
commited0cbc48872616eb95d166861261da12e88446ef (patch)
tree0df66602ecc2323dfee9d71cc1c9f20f21f590be /PKGBUILD
parent063803dff7d3263bdc76706955a6e3c6a39236eb (diff)
downloadaur-ed0cbc48872616eb95d166861261da12e88446ef.tar.gz
Update version 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5b22544a71..e105397accdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Reimer <mail[plus]aur[at]c-reimer[dot]de>
pkgname=mp3fs
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="FUSE-based transcoding filesystem from FLAC to MP3"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://khenriks.github.com/mp3fs"
license=('GPL3')
depends=('flac' 'fuse' 'lame' 'libid3tag' 'libvorbis')
source=("https://github.com/khenriks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('1f023906e35732c02e0bf236e3398873')
+md5sums=('4c93c1c29099ddf22c8bbc6d6d704f75')
build() {
cd $pkgname-$pkgver