summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9074a9464b1..9e580e82ed2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = cosmic-term-git
makedepends = just
depends = libxkbcommon
depends = wayland
+ depends = cosmic-icons-git
provides = cosmic-term
options = !lto
source = git+https://github.com/pop-os/cosmic-term.git
diff --git a/PKGBUILD b/PKGBUILD
index 0494df9aae84..4a7b74764b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Kyuzial <kyuzial@protonmail.com>
pkgname=cosmic-term-git
-pkgver=r138.d6946d4
+pkgver=r262.fdf6195
pkgrel=1
pkgdesc="WIP COSMIC Terminal Emulator"
arch=('x86_64')
url="https://github.com/pop-os/cosmic-term"
license=('GPL3')
-depends=('libxkbcommon' 'wayland')
+depends=('libxkbcommon' 'wayland' 'cosmic-icons-git')
makedepends=('cargo' 'git' 'just')
provides=("${pkgname%-git}")
options=('!lto')