summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorirmluity2024-03-27 16:23:11 +0800
committerirmluity2024-03-27 16:23:11 +0800
commit9bf570ce3fa5a6fbcda5b1b7a9db6730fee11ebf (patch)
tree45cb4d63c0ca5869b8102eb8098c86809927e6e6 /PKGBUILD
parent21b67f096c9d223da9a2d603193d9c6f2effa8a4 (diff)
downloadaur-9bf570ce3fa5a6fbcda5b1b7a9db6730fee11ebf.tar.gz
chore: update versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b7c4dcb3bb..af3e20a2356e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
_pkgname=wox
pkgname=${_pkgname}-bin
pkgver=2.0.0_nightly
-pkgrel=10
+pkgrel=11
pkgdesc="A cross-platform launcher that simply works"
arch=(x86_64)
url='https://github.com/Wox-launcher/Wox'
license=('GPL3')
-depends=('webkit2gtk' 'libayatana-indicator' 'glibc' 'libx11' 'libxtst' 'pango' 'ayatana-ido' 'at-spi2-core' 'glib2' 'cairo' 'harfbuzz' 'gdk-pixbuf2' 'libayatana-appindicator' 'zlib' 'gtk3' 'libdbusmenu-glib')
+depends=('webkit2gtk' 'libayatana-indicator' 'glibc' 'libx11' 'libxtst' 'pango' 'ayatana-ido' 'at-spi2-core' 'glib2' 'cairo' 'harfbuzz' 'gdk-pixbuf2' 'libayatana-appindicator' 'zlib' 'gtk3' 'libdbusmenu-glib' 'libkeybinder3')
provides=(${_pkgname})
conflicts=(${_pkgname}-git ${_pkgname})
-options=(!strip)
source=(
"${_pkgname}-${pkgver}-${pkgrel}::https://github.com/Wox-launcher/Wox/releases/download/v${pkgver//_/-}/wox-linux-amd64-20240325-66b2b5"
)