summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulosa2024-05-12 16:00:14 +0300
committerNebulosa2024-05-12 16:00:14 +0300
commit7c3b277da5404636695b8c61a25af990b79728dc (patch)
tree2f66d83a5fa929bbc96fbf522863b6a97b1d19eb
parentc2ac79be5a4914860633a4ff7f7a62507c17b9a5 (diff)
downloadaur-7c3b277da5404636695b8c61a25af990b79728dc.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d01f274aeef3..38e4515f220f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = onagre
pkgdesc = General purpose application launcher for X and Wayland inspired by Rofi/Wofi and Alfred
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/onagre-launcher/onagre
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = onagre
depends = fontconfig
depends = freetype2
depends = libxkbcommon
- depends = pop-launcher
+ depends = pop-launcher-git
options = !debug
options = !lto
source = https://github.com/onagre-launcher/onagre/archive/1.1.0/onagre-1.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1269a9f68104..eae419f46806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=onagre
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="General purpose application launcher for X and Wayland inspired by Rofi/Wofi and Alfred"
arch=(x86_64)
url="https://github.com/$pkgname-launcher/$pkgname"
@@ -13,7 +13,7 @@ depends=(
fontconfig
freetype2
libxkbcommon
- pop-launcher
+ pop-launcher-git
)
makedepends=(rust)
options=(!debug !lto)