aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2015-09-12 16:25:29 -0400
committerandrewSC2015-09-12 16:25:29 -0400
commita8f17d90eaa32111e08604789201c57d9a967ce4 (patch)
treeec60a589ec8aaf6febbf68dcf1344e2af80a0395
parent84a39c8e6a1396dfc7e38e5322466f1142de3206 (diff)
downloadaur-a8f17d90eaa32111e08604789201c57d9a967ce4.tar.gz
Replacing pango with pango-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 396bd056f867..5fa6970d6974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-git
pkgdesc = GObject-based multi-platform GUI toolkit (GIT Version)
- pkgver = 3.17.4.r185.g3fb1d18
+ pkgver = 3.17.8.r154.g51a1bc2
pkgrel = 1
url = http://www.gtk.org/
install = gtk3-git.install
@@ -23,12 +23,12 @@ pkgbase = gtk3-git
depends = libxinerama
depends = libxkbcommon
depends = libxrandr
- depends = pango
+ depends = pango-git
depends = shared-mime-info
depends = wayland-git
optdepends = gnome-icon-theme: Default icon theme
optdepends = gnome-themes-standard: Default widget theme
- provides = gtk3=3.17.4.r185.g3fb1d18
+ provides = gtk3=3.17.8.r154.g51a1bc2
provides = gtk-update-icon-cache
conflicts = gtk3
conflicts = gtk-update-icon-cache
diff --git a/PKGBUILD b/PKGBUILD
index 8e2583776ca3..ea65493e0800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Boohbah <boohbah at gmail.com>
pkgname=gtk3-git
-pkgver=3.17.4.r185.g3fb1d18
+pkgver=3.17.8.r154.g51a1bc2
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit (GIT Version)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('at-spi2-atk' 'atk-git' 'cairo' 'colord' 'glib2-git>=2.43.4'
'gtk-update-icon-cache' 'libcups' 'libepoxy' 'libxcomposite'
'libxcursor' 'libxdamage' 'libxi' 'libxinerama'
- 'libxkbcommon' 'libxrandr' 'pango' 'shared-mime-info'
+ 'libxkbcommon' 'libxrandr' 'pango-git' 'shared-mime-info'
'wayland-git')
makedepends=('gobject-introspection-git')
optdepends=('gnome-icon-theme: Default icon theme'