[arch-commits] Commit in gucharmap/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jun 21 19:56:35 UTC 2017


    Date: Wednesday, June 21, 2017 @ 19:56:34
  Author: heftig
Revision: 299130

10.0.0-1

Modified:
  gucharmap/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 19:53:03 UTC (rev 299129)
+++ PKGBUILD	2017-06-21 19:56:34 UTC (rev 299130)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gucharmap
-pkgver=9.0.4
+pkgver=10.0.0
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap"
@@ -13,7 +13,7 @@
 makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
              python2 appdata-tools unicode-character-database unzip gnome-common git)
 groups=(gnome)
-_commit=4ec9d55793142429bf29fe96ed5576b4cb428742  # tags/9.0.4^0
+_commit=c2f8d745654f59d9f2712dbaef5439d096f52364  # tags/10.0.0^0
 source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,10 +29,8 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile  --enable-introspection \
-      --with-unicode-data=/usr/share/unicode-character-database
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
+    --disable-schemas-compile --enable-introspection --with-unicode-data=/usr/share/unicode
   make
 }
 



More information about the arch-commits mailing list