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

Sergej Pupykin spupykin at archlinux.org
Thu Dec 11 22:46:31 UTC 2014


    Date: Thursday, December 11, 2014 @ 23:46:30
  Author: spupykin
Revision: 123796

upgpkg: moreutils 0.54-1

upd

Modified:
  moreutils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-11 22:35:23 UTC (rev 123795)
+++ PKGBUILD	2014-12-11 22:46:30 UTC (rev 123796)
@@ -3,7 +3,7 @@
 # Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
 
 pkgname=moreutils
-pkgver=0.51
+pkgver=0.54
 pkgrel=1
 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
 options=('!emptydirs' 'zipman')
 replaces=(moreutils-svn)
-source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('849282ea7e43ed01d34bd81b1d2be283')
+source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
+md5sums=('1ced0ba9ac133cb81bbe2424f60d0a8a')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook
   make DOCBOOK2XMAN=docbook2man
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   make PREFIX=$pkgdir/usr install
   chmod 0644 $pkgdir/usr/share/man/man1/*
 



More information about the arch-commits mailing list