summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2021-05-03 17:56:33 -0400
committerDaniel M. Capella2021-05-03 17:56:33 -0400
commita377c49c23834443003f2cad51a313f5bad80007 (patch)
treecd7525fea561dd09dc21bfc6c446ffaaf53ddd07
parent31418812e9050e208479c12ff82fe0b3d07432bf (diff)
downloadaur-a377c49c23834443003f2cad51a313f5bad80007.tar.gz
wl-copy is provided by the wl-clipboard package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f39a97ed2c00..adbf6f8ca39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rofimoji-git
pkgdesc = Character picker for rofi
- pkgver = 5.1.0.r7.g064a596
- pkgrel = 2
+ pkgver = 5.1.0.r8.g7641ab2
+ pkgrel = 1
url = https://github.com/fdw/rofimoji
install = rofimoji-git.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = rofimoji-git
optdepends = xsel: for one of the X.Org clipboarders
optdepends = xdotool: for the X.Org typer
optdepends = wofi: for the Wayland selector
- optdepends = wl-copy: for the Wayland clipboarder
+ optdepends = wl-clipboard: for the Wayland clipboarder
optdepends = wtype: for the Wayland typer
provides = rofimoji
conflicts = rofimoji
diff --git a/PKGBUILD b/PKGBUILD
index 6d4267d1fdea..5587df8f715f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=rofimoji-git
-pkgver=5.1.0.r7.g064a596
-pkgrel=2
+pkgver=5.1.0.r8.g7641ab2
+pkgrel=1
pkgdesc='Character picker for rofi'
arch=('any')
url=https://github.com/fdw/rofimoji
@@ -16,7 +16,7 @@ optdepends=('emoji-font: for the emojis character file'
'xsel: for one of the X.Org clipboarders'
'xdotool: for the X.Org typer'
'wofi: for the Wayland selector'
- 'wl-copy: for the Wayland clipboarder'
+ 'wl-clipboard: for the Wayland clipboarder'
'wtype: for the Wayland typer')
provides=('rofimoji')
conflicts=('rofimoji')
@@ -49,7 +49,7 @@ package() {
--no-deps \
--root="$pkgdir" \
--ignore-installed \
- --no-warn-script-location dist/*.whl
+ --no-warn-script-location *.whl
install -Dm644 -t "$pkgdir"/usr/share/man/man1 src/picker/docs/rofimoji.1
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")