Skip to content
Snippets Groups Projects
Commit d0f226d5 authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

bump to latest version

parent 6209c2d7
No related branches found
No related tags found
No related merge requests found
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
pkgver=3.0.13
pkgrel=2
pkgver=3.0.15
pkgrel=1
pkgdesc="DOS filesystem utilities"
arch=(i686 x86_64)
depends=('glibc')
#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
# using debian source, main page is down since quite some time
source=(http://ftp.de.debian.org/debian/pool/main/d/dosfstools/dosfstools_3.0.13.orig.tar.xz
dosfstools-3.0.12-fix-alloc-rootdir-entry.patch)
source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz)
url="http://www.daniel-baumann.ch/software/dosfstools/"
license=('GPL2')
build() {
cd $srcdir/$pkgname-$pkgver
# fix https://bugs.archlinux.org/task/33248
patch -Np1 -i ${srcdir}/dosfstools-3.0.12-fix-alloc-rootdir-entry.patch
make
}
......@@ -24,5 +21,4 @@ package () {
cd $srcdir/$pkgname-$pkgver
make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man DOCDIR=$pkgdir/usr/share/doc install
}
md5sums=('c1d851e3fc065a935c7cf919545d239f'
'c2be6f2cd1d47297b2d6a8ba237e04eb')
md5sums=('64d2020bd8e92105dfad30feee72a3ec')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment