Date: Monday, April 23, 2018 @ 20:02:49 Author: eworm Revision: 322863
drop library cleanup workaround Modified: argon2/trunk/PKGBUILD Deleted: argon2/trunk/argon2.install ----------------+ PKGBUILD | 1 - argon2.install | 6 ------ 2 files changed, 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-23 19:50:37 UTC (rev 322862) +++ PKGBUILD 2018-04-23 20:02:49 UTC (rev 322863) @@ -8,7 +8,6 @@ url='https://github.com/P-H-C/phc-winner-argon2' license=('Apache' 'custom:CC0') depends=('glibc') -install=argon2.install source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" 'libargon2.pc') sha256sums=('eaea0172c1f4ee4550d1b6c9ce01aab8d1ab66b4207776aa67991eb5872fdcd8' Deleted: argon2.install =================================================================== --- argon2.install 2018-04-23 19:50:37 UTC (rev 322862) +++ argon2.install 2018-04-23 20:02:49 UTC (rev 322863) @@ -1,6 +0,0 @@ -#!/bin/sh - -post_upgrade() { - # clean up upstream soname mess - rm -f usr/lib/libargon2.so.0 -}
