[arch-commits] Commit in gnupg/repos (testing-i686 testing-i686/PKGBUILD)
Aaron Griffin
aaron at archlinux.org
Thu Jun 18 21:21:46 UTC 2009
Date: Thursday, June 18, 2009 @ 17:21:45
Author: aaron
Revision: 42860
Merged revisions 42858 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/gnupg/trunk
........
r42858 | aaron | 2009-06-18 16:21:32 -0500 (Thu, 18 Jun 2009) | 2 lines
upgpkg: gnupg 1.4.9-4
Ok, seriously fixed the info files now. Forgot to gzip them
........
Modified:
gnupg/repos/testing-i686/ (properties)
gnupg/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Property changes on: gnupg/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /gnupg/trunk:1-42820
+ /gnupg/trunk:1-42858
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-06-18 21:21:37 UTC (rev 42859)
+++ testing-i686/PKGBUILD 2009-06-18 21:21:45 UTC (rev 42860)
@@ -3,7 +3,7 @@
# Committer: Judd Vinet <jvinet at zeroflux.org>
pkgname=gnupg
pkgver=1.4.9
-pkgrel=3
+pkgrel=4
pkgdesc="GNU Privacy Guard - a PGP replacement tool"
arch=(i686 x86_64)
license=('GPL3')
@@ -24,5 +24,6 @@
ln -s $pkgname-$pkgver/scripts ..
make DESTDIR=$startdir/pkg install
+ for i in $pkgdir/usr/share/info/*; do gzip -9 $i; done
rm -f $pkgdir/usr/share/info/dir
}
More information about the arch-commits
mailing list