summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeija2015-12-01 18:40:51 +0100
committerJeija2015-12-01 18:40:51 +0100
commitf3297e1cf32ac8b4df6e645d0665d42e781f76e2 (patch)
treec489a48113ad534d618ea58b846de378e390c30b /PKGBUILD
parent9982835257f1abd0e5a07ca00ef32c01252156b1 (diff)
downloadaur-f3297e1cf32ac8b4df6e645d0665d42e781f76e2.tar.gz
Update to GTK+ 3.18.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 681abebc7f86..19a46536398a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: twilinx <twilinx@mesecons.net>
pkgname=gtk3-typeahead
-pkgver=3.18.3
+pkgver=3.18.5
pkgrel=1
conflicts=(gtk3)
-provides=('gtk3=3.18.3')
+provides=('gtk3=3.18.5')
pkgdesc="GTK+ 3 with typeahead feature enabled for the file chooser widget"
arch=(i686 x86_64)
url="http://www.gtk.org/"
@@ -17,9 +17,9 @@ makedepends=(gobject-introspection libcanberra)
license=(LGPL)
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
settings.ini typeahead.patch)
-sha256sums=('f3c76791f93f51e260b03676f83007730b9875a0a9bf5cd42442e2f14e593546'
+sha256sums=('107aeb9a4244ce3c044becdd6dffc32d83202595181597180d4c736302a71852'
'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
- 'b915590f309e27a5c430ee692edaff23e51064fc86ff8e159629ef13e4d86646')
+ 'e0c43f9565567bad1284beb028718a75eac20930b25bf53ccfbee9513bc68d15')
prepare() {
cd gtk+-$pkgver