mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/diffutils to 3.2-1
This commit is contained in:
parent
4645c89312
commit
d66f713ec2
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 135710 2011-08-18 02:10:14Z allan $
|
||||
# $Id: PKGBUILD 137083 2011-09-06 04:35:04Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=diffutils
|
||||
pkgver=3.1
|
||||
pkgver=3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Utility programs used for creating patch files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ groups=('base')
|
|||
depends=('glibc' 'sh' 'libsigsegv')
|
||||
install=diffutils.install
|
||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
md5sums=('fbb1d804849fa32ff5853f028a3be46f')
|
||||
md5sums=('26ff64c332429c830c154be46b393382')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue