[arch-commits] Commit in file/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Sat Feb 23 07:46:57 UTC 2013


    Date: Saturday, February 23, 2013 @ 08:46:57
  Author: allan
Revision: 178453

upgpkg: file 5.13-1

upstream update

Modified:
  file/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-22 19:16:35 UTC (rev 178452)
+++ PKGBUILD	2013-02-23 07:46:57 UTC (rev 178453)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=file
-pkgver=5.11
-pkgrel=2
+pkgver=5.13
+pkgrel=1
 pkgdesc="File type identification utility"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,7 +13,7 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('16a407bd66d6c7a832f3a5c0d609c27b')
+md5sums=('d60c1364ba956eff7d21f8250808fc6d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,5 +25,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR=${pkgdir} install
   
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list