summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-04-23 13:36:36 +0200
committerMattia Borda2023-04-23 13:36:36 +0200
commite98267a876ba10ac58a8cc29fde81dd05052a762 (patch)
treed56803b6ed0611d0644d5e350cb34d15abb5128a
parent6c327ce08258e30599795b8c7d73a5075285d022 (diff)
downloadaur-e98267a876ba10ac58a8cc29fde81dd05052a762.tar.gz
Add cantarell dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55946d3c82a4..22f66a42bada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = adwaita-for-steam
license = MIT
makedepends = git
depends = sssm
+ depends = cantarell-fonts
optdepends = steam: if you don't use the flatpak version of Steam
source = git+https://github.com/tkashkin/adwaita-for-steam#tag=v0.37
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 13304f8b8916..e55071f980fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A skin to make Steam look more like a native GNOME app'
arch=(any)
url=https://github.com/tkashkin/$pkgname
license=(MIT)
-depends=(sssm)
+depends=(sssm cantarell-fonts)
optdepends=("steam: if you don't use the flatpak version of Steam")
makedepends=(git)
source=(git+$url#tag=v$pkgver)