summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-02-11 21:06:02 -0700
committerMark Wagie2022-02-11 21:06:02 -0700
commit3b727ac09c3bff35c6439b644812dc42c0175b66 (patch)
treeb982062b2e895fc5c10725b2def45e8626d716dd
parentd29308878cc4382c732f9ce6c869728d9feb0ec3 (diff)
downloadaur-3b727ac09c3bff35c6439b644812dc42c0175b66.tar.gz
FS#73517 remove libcanberra dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1c6e1dc87e0..1b69b2a85321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-typeahead
pkgdesc = GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget
pkgver = 3.24.31
- pkgrel = 1
+ pkgrel = 2
url = https://www.gtk.org/
install = gtk3.install
arch = x86_64
@@ -38,7 +38,6 @@ pkgbase = gtk3-typeahead
depends = libcolord
depends = rest
depends = libcups
- depends = libcanberra
depends = fribidi
depends = iso-codes
depends = libcloudproviders
diff --git a/PKGBUILD b/PKGBUILD
index 9e7c9c3a151a..4ad1f9991250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
pkgver=3.24.31
-pkgrel=1
+pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget"
arch=(x86_64)
url="https://www.gtk.org/"
@@ -13,7 +13,7 @@ depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
wayland libxkbcommon adwaita-icon-theme json-glib librsvg
desktop-file-utils mesa cantarell-fonts libcolord rest libcups
- libcanberra fribidi iso-codes libcloudproviders tracker3
+ fribidi iso-codes libcloudproviders tracker3
gtk-update-icon-cache)
makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson
wayland-protocols)