summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2020-11-19 18:57:59 +0800
committerShengyu Zhang2020-11-19 18:57:59 +0800
commit0b66203f7b04d97c898c7db276d5f41351ebcf93 (patch)
tree3880745f2ef3bf8415537b598e9f5775de199d89 /PKGBUILD
parentb85bfbfc57e0779bb04fd8ccc96c4a7309d5b708 (diff)
downloadaur-0b66203f7b04d97c898c7db276d5f41351ebcf93.tar.gz
gtk4: depends on pango instead of pango-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2619da9d769d..96719fbe2aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk4
pkgver=3.99.4
-pkgrel=1
+pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit"
arch=('i686' 'x86_64')
url="https://www.gtk.org/"
@@ -24,7 +24,7 @@ depends=('hicolor-icon-theme'
'libxkbcommon'
'libxrandr'
'mesa'
- 'pango-git'
+ 'pango'
'wayland'
'graphene'
'json-glib'