rofi: update to 1.5.3.
This commit is contained in:
parent
a35015e3e7
commit
1290981449
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'rofi'
|
||||
pkgname=rofi
|
||||
version=1.5.2
|
||||
version=1.5.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
hostmakedepends="flex glib-devel pkg-config"
|
||||
makedepends="check-devel i3-devel libXinerama-devel librsvg-devel
|
||||
makedepends="check-devel libXinerama-devel librsvg-devel
|
||||
libxkbcommon-devel pango-devel startup-notification-devel
|
||||
xcb-util-wm-devel xcb-util-xrm-devel"
|
||||
short_desc="A window switcher, run dialog and dmenu replacement"
|
||||
maintainer="Dave Davenport <qball@gmpclient.org>"
|
||||
license="MIT"
|
||||
homepage="https://davedavenport.github.io/rofi/"
|
||||
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||
checksum=f2b289d693d469ed8d61fbc7b1911d0024c100ce32752e636e116f243350ca9d
|
||||
homepage="https://github.com/davatorium/rofi"
|
||||
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||
checksum=8a22fd59a7d8f51a557fa8897ec3659022cb55f221d813381f8f0ab585f2e878
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue