Date: Tuesday, November 1, 2022 @ 20:22:33 Author: polyzen Revision: 1340302
upgpkg: rofimoji 6.0.0-1 Modified: rofimoji/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 20:10:48 UTC (rev 1340301) +++ PKGBUILD 2022-11-01 20:22:33 UTC (rev 1340302) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=rofimoji -pkgver=5.6.0 +pkgver=6.0.0 pkgrel=1 pkgdesc='Character picker for rofi' arch=('any') @@ -8,7 +8,7 @@ url=https://github.com/fdw/rofimoji license=('MIT') depends=('python-configargparse') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-poetry-core') optdepends=('emoji-font: for the emojis character file' 'nerd-fonts: for the nerd_font character file' 'rofi: for the X.Org selector' @@ -20,13 +20,13 @@ 'wtype: for the Wayland typer') install=$pkgname.install source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('6d10cd4978255b7d075859a2da8059b5f216cd93e0e447873270ef7b3a8db560') -b2sums=('0e87abd6f5a1e2b182651eed94e5d9bdf4e8531b641e0d46e7a4fe63b90c3f2b472e3bc9eb8e00a1ee6bf17592cc9d4c6fb84bc0499b47f61265f0e3a6ac8007') +sha256sums=('7599114d77298f3b160eca4bec1abc8b994a6c9093ec11a805045dd989fce69c') +b2sums=('a4ddc15c58b11b0f61a10a63783ae6e8a8a940938591e290e68f245220da76d18973349f3a5aa88bdeb16f5dbd643ee64528ac47283be2633589fae79d0d2838') prepare() { cd $pkgname-$pkgver - # Remove data_files section https://github.com/pypa/wheel/issues/92 - sed -i '/\[options.data_files\]/,/^$/d' setup.cfg + # Remove include list https://github.com/pypa/wheel/issues/92 + sed -i '/^include =/,/]/d' pyproject.toml } build() {
