Date: Saturday, November 16, 2019 @ 17:42:48 Author: foutrelis Revision: 529661
upgpkg: ibus-anthy 1.5.11-3 Remove bad config file found in the source tarball (FS#64520). Modified: ibus-anthy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-16 17:42:46 UTC (rev 529660) +++ PKGBUILD 2019-11-16 17:42:48 UTC (rev 529661) @@ -5,7 +5,7 @@ pkgname=ibus-anthy pkgver=1.5.11 -pkgrel=2 +pkgrel=3 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework' arch=('x86_64') license=('LGPL') @@ -15,6 +15,14 @@ source=("https://github.com/ibus/ibus-anthy/releases/download/$pkgver/ibus-anthy-$pkgver.tar.gz") sha512sums=('2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418') +prepare() { + cd $pkgname-$pkgver + + # Remove bad config file found in the source tarball so it gets regenerated + # https://bugs.archlinux.org/task/64520 + rm {engine,setup}/python3/_config.py +} + build() { cd $pkgname-$pkgver