Date: Sunday, October 1, 2017 @ 21:47:09
  Author: heftig
Revision: 306526

3.26.1-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-01 21:45:35 UTC (rev 306525)
+++ PKGBUILD    2017-10-01 21:47:09 UTC (rev 306526)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Ionut Biru <ib...@archlinux.org>
+# Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgname=gnome-dictionary
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary";
 arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Dictionary";
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
-groups=('gnome')
-_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
+groups=(gnome)
+_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 

Reply via email to