Skip to content

Commit

Permalink
adding exfat-utils, longtime KCP use, 3 votes
Browse files Browse the repository at this point in the history
mpd 0.21.7
  • Loading branch information
demmm committed Apr 3, 2019
1 parent f70130d commit ff69b9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions exfat-utils/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

pkgname=exfat-utils
pkgver=1.3.0
pkgrel=1
pkgdesc="Provides a full-featured exFAT file system implementation for Unix-like systems."
arch=('x86_64')
url="https://github.com/relan/exfat"
license=('GPL2')
depends=('glibc' 'fuse')
source=("https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('f8928571b152455e828ca0bd42af8b73')

build() {
cd ${pkgname}-${pkgver}

./configure --prefix=/usr \
--sbindir=/usr/bin
make
}

package() {
cd ${pkgname}-${pkgver}

make DESTDIR=${pkgdir} install
}
4 changes: 2 additions & 2 deletions mpd/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=mpd
pkgver=0.21.6
pkgver=0.21.7
_pkgver=0.21
pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
Expand All @@ -17,7 +17,7 @@ backup=('etc/mpd.conf')
source=("https://www.musicpd.org/download/mpd/${_pkgver}/mpd-${pkgver}.tar.xz"
'tmpfiles.d'
'conf')
md5sums=('d2a09528dae356b7f5f6755bfdba3a12'
md5sums=('36949edba246faa723fbc8caed0bfa32'
'e5cdccd201610a41e957d684ebc38985'
'ca16fc9ce20ca382b620cd366c95647e')

Expand Down

0 comments on commit ff69b9f

Please sign in to comment.