summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e8185f5e5e..abf0056aafda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-typeahead
pkgdesc = GTK+ 3 with typeahead feature enabled for the file chooser widget
- pkgver = 3.18.1
+ pkgver = 3.18.2
pkgrel = 1
url = http://www.gtk.org/
install = gtk3.install
@@ -31,12 +31,12 @@ pkgbase = gtk3-typeahead
depends = rest
depends = gtk-update-icon-cache
optdepends = libcanberra: gtk3-widget-factory demo
- provides = gtk3=3.18.1
+ provides = gtk3=3.18.2
conflicts = gtk3
- source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.1.tar.xz
+ source = https://download.gnome.org/sources/gtk+/3.18/gtk+-3.18.2.tar.xz
source = settings.ini
source = typeahead.patch
- sha256sums = bd279cbb19f3fda074c89cf0edf9e7d95eee8b889b6889d16c2f7f0f6bdeba92
+ sha256sums = 5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152
sha256sums = 01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202
sha256sums = aafa56d981ef408f85b103ded3e15920ab96cda74e7501f970184dae38f8f791
diff --git a/PKGBUILD b/PKGBUILD
index 8c02b35d637d..ce6b1f6201c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: twilinx <twilinx@mesecons.net>
pkgname=gtk3-typeahead
-pkgver=3.18.1
+pkgver=3.18.2
pkgrel=1
conflicts=(gtk3)
-provides=('gtk3=3.18.1')
+provides=('gtk3=3.18.2')
pkgdesc="GTK+ 3 with typeahead feature enabled for the file chooser widget"
arch=(i686 x86_64)
url="http://www.gtk.org/"
@@ -17,7 +17,7 @@ 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=('bd279cbb19f3fda074c89cf0edf9e7d95eee8b889b6889d16c2f7f0f6bdeba92'
+sha256sums=('5dbec561c4a00070073bf9cf4cfdd61fab4a14c8ff5b15d700bd378f8185e152'
'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
'aafa56d981ef408f85b103ded3e15920ab96cda74e7501f970184dae38f8f791')