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

Antonio Rojas arojas at archlinux.org
Tue Jul 19 22:24:12 UTC 2016


    Date: Tuesday, July 19, 2016 @ 22:24:12
  Author: arojas
Revision: 272062

Fix broken unichr import

Modified:
  nototools/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-19 21:52:31 UTC (rev 272061)
+++ PKGBUILD	2016-07-19 22:24:12 UTC (rev 272062)
@@ -4,7 +4,7 @@
 pkgname=nototools
 _commit=0c3cc04
 pkgver=git20160719
-pkgrel=1
+pkgrel=2
 pkgdesc="Noto fonts support tools and scripts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -11,9 +11,11 @@
 license=(Apache)
 depends=(python2)
 makedepends=(python2-setuptools)
-source=("https://github.com/googlei18n/nototools/archive/$_commit.zip" data_path.patch)
+source=("https://github.com/googlei18n/nototools/archive/$_commit.zip" data_path.patch
+        https://github.com/googlei18n/nototools/commit/0484c9e4.patch)
 sha256sums=('1d699a9e0b7ddf734331d97e83b6f3c8e6c0d6a268089fb0b41af64cf74fe068'
-            '8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c')
+            '8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c'
+            'a00d1401f5e0ba6258bc87298c991a4238ad7c3eb3fc07ead418928779d58370')
 
 prepare() {
   cd nototools-*
@@ -21,6 +23,8 @@
 
 # Fix data files location
   patch -p0 -i ../data_path.patch
+# Remove broken unichr import
+  patch -p1 -R -i ../0484c9e4.patch
 }
 
 package() {



More information about the arch-commits mailing list