diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-29 12:36:05 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-29 12:36:05 -0300 |
commit | 6f36350b7b59dd4ccea3dd878938dd47b77a1608 (patch) | |
tree | 6e81bc69d8bba80912b0f7f9224f82bda2d96792 /extra/dosfstools | |
parent | e40531aab32ff93b1f9da20d8a43a440d8dffaca (diff) | |
parent | 83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/percona-server/PKGBUILD
community/qdevelop/PKGBUILD
core/openssh/PKGBUILD
extra/colord/PKGBUILD
extra/enblend-enfuse/PKGBUILD
extra/mesa/PKGBUILD
extra/telepathy-kde-contact-list/PKGBUILD
extra/vim/PKGBUILD
multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'extra/dosfstools')
-rw-r--r-- | extra/dosfstools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dosfstools/PKGBUILD b/extra/dosfstools/PKGBUILD index cff0f5841..a34a02836 100644 --- a/extra/dosfstools/PKGBUILD +++ b/extra/dosfstools/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 115131 2011-03-17 07:32:20Z tpowa $ +# $Id: PKGBUILD 143546 2011-11-26 09:49:37Z tpowa $ # Maintainer: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=dosfstools -pkgver=3.0.11 +pkgver=3.0.12 pkgrel=1 pkgdesc="DOS filesystem utilities" arch=(i686 x86_64 'mips64el') @@ -20,4 +20,4 @@ package () { cd $srcdir/$pkgname-$pkgver make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man DOCDIR=$pkgdir/usr/share/doc install } -md5sums=('8d2211d5bd813164e20740e7c852aa06') +md5sums=('5c7c2adac9eae4afbe1f16443142b566') |