Date: Friday, April 29, 2016 @ 15:34:47 Author: jlichtblau Revision: 172720
upgpkg: ginac 1.6.7-1 - new upstream release + pacman hooks part 1 rebuild Modified: ginac/trunk/PKGBUILD Deleted: ginac/trunk/ginac.install ---------------+ PKGBUILD | 7 +++---- ginac.install | 20 -------------------- 2 files changed, 3 insertions(+), 24 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-29 13:17:35 UTC (rev 172719) +++ PKGBUILD 2016-04-29 13:34:47 UTC (rev 172720) @@ -5,8 +5,8 @@ # Contributor: Thomas Baechler <[email protected]> pkgname=ginac -pkgver=1.6.5 -pkgrel=2 +pkgver=1.6.7 +pkgrel=1 pkgdesc="C++ library for symbolic calculations" arch=('i686' 'x86_64') url='http://www.ginac.de/' @@ -13,9 +13,8 @@ license=('GPL') depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin' 'python') -install=$pkgname.install source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2) -sha256sums=('e8630e186d9846123c58de7e0edcfd11b68d3831a84ae7c039c0606397b01444') +sha256sums=('cea5971b552372017ea654c025adb44d5f1b3e3ce0a739da2fe95189572b85db') build() { cd "${srcdir}"/$pkgname-$pkgver Deleted: ginac.install =================================================================== --- ginac.install 2016-04-29 13:17:35 UTC (rev 172719) +++ ginac.install 2016-04-29 13:34:47 UTC (rev 172720) @@ -1,20 +0,0 @@ -infodir=/usr/share/info -filelist=(ginac.info) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - usr/bin/install-info $infodir/$file $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - usr/bin/install-info --delete $infodir/$file $infodir/dir 2> /dev/null - done -}
