summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-08-16 09:38:46 -0600
committerMark Wagie2024-08-16 09:38:46 -0600
commit9a2605ef32c39de3c1902111faf42a803fdf7c25 (patch)
treeb0ad3f207e4013296c40c8ecee02f6064ac58ce7
parent15b07f09c33db1acdc563e07cc634a3dbb45eafe (diff)
downloadaur-9a2605ef32c39de3c1902111faf42a803fdf7c25.tar.gz
correct deps, remove unneeded workaround
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b379add174b..22faac708b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pop-launcher-git
- pkgver = 1.2.1.r65.gc994240
+ pkgver = 1.2.1.r66.g6a1b8b9
pkgrel = 1
url = https://github.com/pop-os/launcher
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = pop-launcher-git
makedepends = cargo
makedepends = git
makedepends = just
- makedepends = libegl
- makedepends = libxkbcommon
depends = dbus
depends = fd
depends = libqalculate
+ depends = libegl
+ depends = libxkbcommon
depends = pop-icon-theme-git
depends = sh
depends = xdg-utils
diff --git a/PKGBUILD b/PKGBUILD
index e405f29d4abf..3e27f6d774e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=('pop-launcher-git' 'pop-shell-plugin-system76-power-git')
pkgbase=pop-launcher-git
-pkgver=1.2.1.r65.gc994240
+pkgver=1.2.1.r66.g6a1b8b9
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/launcher"
@@ -10,6 +10,8 @@ depends=(
'dbus'
'fd'
'libqalculate'
+ 'libegl'
+ 'libxkbcommon'
'pop-icon-theme-git'
'sh'
'xdg-utils'
@@ -18,8 +20,6 @@ makedepends=(
'cargo'
'git'
'just'
- 'libegl'
- 'libxkbcommon'
)
options=('!lto')
source=('git+https://github.com/pop-os/launcher.git')
@@ -34,8 +34,6 @@ prepare() {
cd launcher
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
-
- sed -i 's|{{bin-path}}|/usr/bin/pop-launcher|g' justfile
}
build() {