mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 3.1.10-1
This commit is contained in:
parent
2f1656c627
commit
f75f7b1d70
1 changed files with 4 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - original OPTIMIZER export does not play nice with our system
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.1.8
|
||||
pkgrel=2
|
||||
pkgver=3.1.10
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
|
@ -18,7 +16,7 @@ depends=('util-linux')
|
|||
options=('!makeflags' '!libtool')
|
||||
# We mirror the sources as upstream tends to move them once a new release is out
|
||||
source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
|
||||
md5sums=('d6159f7a664d95b4c150d580399d4400')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue