[arch-commits] Commit in rofimoji/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sun Jun 19 04:38:54 UTC 2022


    Date: Sunday, June 19, 2022 @ 04:38:53
  Author: polyzen
Revision: 1238570

upgpkg: rofimoji 5.4.0-2: Switch to more widely used ttf-font-nerd provides

Modified:
  rofimoji/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 04:28:34 UTC (rev 1238569)
+++ PKGBUILD	2022-06-19 04:38:53 UTC (rev 1238570)
@@ -2,7 +2,7 @@
 
 pkgname=rofimoji
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Character picker for rofi'
 arch=('any')
 url=https://github.com/fdw/rofimoji
@@ -10,7 +10,7 @@
 depends=('python-configargparse')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 optdepends=('emoji-font: for the emojis character file'
-            'nerd-fonts: for the nerd_font character file'
+            'ttf-font-nerd: for the nerd_font character file'
             'rofi: for the X.Org selector'
             'xclip: for one of the X.Org clipboarders'
             'xsel: for one of the X.Org clipboarders'
@@ -19,7 +19,7 @@
             'wl-clipboard: for the Wayland clipboarder'
             'wtype: for the Wayland typer')
 install=$pkgname.install
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::2}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('7c87d4c88382cc85a7b0ea2adb998f383c1310a04749bf0b3a7ddb4fb42a0a37')
 b2sums=('44bde09f725d8a483b4be93aa64d15fd00c6c7dd555a6f8e0d2ac9e46f8c179833784c6716345c8eea44dd3dbba1475447560fb9d422a545a1bd90c9e2691425')
 



More information about the arch-commits mailing list