summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-29 11:11:43 -0600
committerMark Wagie2022-03-29 11:11:43 -0600
commit584af40cd740e043e7ab2d4d5a91600df0a883e9 (patch)
tree08b86a45725d14b7bf7b5f17ac853e3d3981f0aa
parent0fa11632ec73a456758be34e31c837ff8762426d (diff)
downloadaur-584af40cd740e043e7ab2d4d5a91600df0a883e9.tar.gz
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 625a161bff50..fe42900c82ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pop-launcher-git
pkgver = 1.2.0.r0.gbacada0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/launcher
arch = x86_64
arch = aarch64
@@ -9,8 +9,9 @@ pkgbase = pop-launcher-git
makedepends = git
makedepends = just
depends = fd
- depends = gtk3
depends = libqalculate
+ depends = openssl
+ depends = sh
options = !lto
source = git+https://github.com/pop-os/launcher.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a7ff4777b872..617d907bbedb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=('pop-launcher-git' 'pop-shell-plugin-system76-power-git')
pkgbase=pop-launcher-git
pkgver=1.2.0.r0.gbacada0
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/launcher"
license=('MPL2')
-depends=('fd' 'gtk3' 'libqalculate')
+depends=('fd' 'libqalculate' 'openssl' 'sh')
makedepends=('cargo' 'git' 'just')
options=('!lto')
source=('git+https://github.com/pop-os/launcher.git')