summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2020-12-10 18:11:46 +0100
committerChristopher Reimer2020-12-10 18:11:46 +0100
commitbc60149ed7059cccbbbf3f798416689138eb19cb (patch)
tree116ce6bd8f3df876e2a9b097b04cc7fdab1039c3
parent4e081423989dab89dab84f9ed71a2170255b577c (diff)
downloadaur-bc60149ed7059cccbbbf3f798416689138eb19cb.tar.gz
Update version 1.0
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40f59aee3fa8..db5b22544a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Christopher Reimer <archlinux[at]creimer[dot]net>
+# Maintainer: Christopher Reimer <mail[plus]aur[at]c-reimer[dot]de>
pkgname=mp3fs
-pkgver=0.91
+pkgver=1.0
pkgrel=1
pkgdesc="FUSE-based transcoding filesystem from FLAC to MP3"
arch=('i686' 'x86_64')
url="http://khenriks.github.com/mp3fs"
license=('GPL3')
-depends=('flac' 'fuse' 'lame' 'libid3tag')
+depends=('flac' 'fuse' 'lame' 'libid3tag' 'libvorbis')
source=("https://github.com/khenriks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('8b1e7543114c2bcc5b8eb9562e15c909')
+md5sums=('1f023906e35732c02e0bf236e3398873')
build() {
cd $pkgname-$pkgver
@@ -19,4 +19,4 @@ build() {
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}