Date: Tuesday, December 17, 2013 @ 00:01:55 Author: andyrtr Revision: 201606
add comment how to rebuild after a .so bump Modified: libgcrypt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-16 22:53:22 UTC (rev 201605) +++ PKGBUILD 2013-12-16 23:01:55 UTC (rev 201606) @@ -1,6 +1,10 @@ # $Id$ # Maintainer: Andreas Radke <[email protected]> +# after a .so bump first rebuild dirmngr +# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz +# then cp /usr/lib/libgcrypt.so.11 /var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build + pkgname=libgcrypt pkgver=1.6.0 pkgrel=1
