diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-07-09 17:53:47 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-07-09 17:53:47 -0500 |
commit | 5acb51e701f9c3ca948ccbdf843538c6768675c0 (patch) | |
tree | f71a49dca5a2160334d42fe69bdd3ce2850e8371 /rofi | |
parent | 8a587985ec7c7aafa2120a74382aae8428245247 (diff) | |
download | contrib-5acb51e701f9c3ca948ccbdf843538c6768675c0.tar.gz contrib-5acb51e701f9c3ca948ccbdf843538c6768675c0.tar.xz |
rofi: removed redundant check dependency
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.signature | 6 | ||||
-rw-r--r-- | rofi/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rofi/.signature b/rofi/.signature index 54ffd89e7..83ec7ba1f 100644 --- a/rofi/.signature +++ b/rofi/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38VL/fHU3CpcjIE5uoBif4pRPw+Mtzc4UUgbjgZzw2Me97r+6/2Gs7cydfEdi4yTRMqqxuWMwaP/JFB/3jwNvAI= -SHA256 (Pkgfile) = 9ec32ee9fb2ab7e476dfc283b6b3daa4e32b818b1c2a823343f660f61b12ff6b +RWSagIOpLGJF34PiCJEseRUNSJEjq2YAL7COc84w9stBRujxqmzKj9kzXvfDSklz6LNEODyhHRhvnypvubzGj5YnFAHPpG7wvQE= +SHA256 (Pkgfile) = 5741c1a5531c0158224ee691b5b3e397ef4341cec8d4845723fb27b155bdc777 SHA256 (.footprint) = 1fd26c2a8680c065dbd6dea2d88d19ecf34bccbc8a4d81d7d9d6022010db78f3 -SHA256 (rofi-1.5.4.tar.gz) = 5c6fd80a978a7b145eb7c67df97574ce05742dcb087817523f082aa79d0abb27 +SHA256 (rofi-1.5.4.tar.gz) = 67421ab8ff5fae50af3aa166e46664d1fc271168a2ea502dd56717583f3821bc diff --git a/rofi/Pkgfile b/rofi/Pkgfile index d8487e097..e17a169cb 100644 --- a/rofi/Pkgfile +++ b/rofi/Pkgfile @@ -1,7 +1,7 @@ # Description: A window switcher, application launcher and dmenu replacement # URL: https://github.com/DaveDavenport/rofi # Maintainer: Matt Housh, jaeger at crux dot ninja -# Depends on: check pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm +# Depends on: pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm name=rofi version=1.5.4 |