Date: Friday, August 20, 2021 @ 20:01:15 Author: felixonmars Revision: 1004021
upgpkg: ibus-anthy 1.5.13-1 Modified: ibus-anthy/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-20 19:27:45 UTC (rev 1004020) +++ PKGBUILD 2021-08-20 20:01:15 UTC (rev 1004021) @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=ibus-anthy -pkgver=1.5.12 +pkgver=1.5.13 pkgrel=1 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework' arch=('x86_64') @@ -12,15 +12,12 @@ url='https://github.com/ibus/ibus-anthy' depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject') makedepends=('intltool' 'gobject-introspection') -source=("https://github.com/ibus/ibus-anthy/releases/download/$pkgver/ibus-anthy-$pkgver.tar.gz") -sha512sums=('6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8') +source=("https://github.com/ibus/ibus-anthy/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b') 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 + NOCONFIGURE=1 ./autogen.sh } build() {
