diff options
author | knuxify <knuxify@gmail.com> | 2022-05-21 18:11:47 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-05-21 17:49:07 +0000 |
commit | 2b7787311462bbd957aee8d33094b9ba9a600e77 (patch) | |
tree | 6b560d9150e93856e57d758d5156213594e2d71d | |
parent | 714bbac2f89491de2e711a189271eae0c4c1879a (diff) | |
download | aports-2b7787311462bbd957aee8d33094b9ba9a600e77.tar.gz aports-2b7787311462bbd957aee8d33094b9ba9a600e77.tar.bz2 aports-2b7787311462bbd957aee8d33094b9ba9a600e77.tar.xz |
community/giara: drop explicit dependency on gobject-introspection-dev
blueprint-compiler already pulls it, and giara doesn't explicitly need it.
-rw-r--r-- | community/giara/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/giara/APKBUILD b/community/giara/APKBUILD index 449eb20ba5..5ea15a5201 100644 --- a/community/giara/APKBUILD +++ b/community/giara/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Newbyte <newbie13xd@gmail.com> pkgname=giara pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="reddit app for GNOME, created with mobile Linux in mind." url="https://gitlab.gnome.org/World/giara" # s390x and riscv64 blocked by libhandy1 -> rust @@ -27,7 +27,6 @@ depends=" makedepends=" appstream blueprint-compiler - gobject-introspection-dev gtk4.0-dev libadwaita-dev meson |