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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 18:23:42
  Author: arojas
Revision: 272094

Current git is broken, use a slightly older snapshot

Modified:
  nototools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:41:27 UTC (rev 272093)
+++ PKGBUILD2016-07-21 18:23:42 UTC (rev 272094)
@@ -2,9 +2,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=nototools
-_commit=0c3cc04
+_commit=71d0fca
 pkgver=git20160719
-pkgrel=2
+pkgrel=3
 pkgdesc="Noto fonts support tools and scripts"
 arch=(any)
 url="https://www.google.com/get/noto/;
@@ -13,7 +13,7 @@
 makedepends=(python2-setuptools)
 source=("https://github.com/googlei18n/nototools/archive/$_commit.zip; 
data_path.patch
 https://github.com/googlei18n/nototools/commit/0484c9e4.patch)
-sha256sums=('1d699a9e0b7ddf734331d97e83b6f3c8e6c0d6a268089fb0b41af64cf74fe068'
+sha256sums=('b96df8e153de944b8687f7f17e15f53567aedae223d5cca2d8ac2dc08b011d18'
 '8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c'
 'a00d1401f5e0ba6258bc87298c991a4238ad7c3eb3fc07ead418928779d58370')
 


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

2016-07-19 Thread Antonio Rojas
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
===
--- PKGBUILD2016-07-19 21:52:31 UTC (rev 272061)
+++ PKGBUILD2016-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() {


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

2016-07-19 Thread Antonio Rojas
Date: Tuesday, July 19, 2016 @ 21:51:25
  Author: arojas
Revision: 272060

New snapshot

Modified:
  nototools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-19 20:54:24 UTC (rev 272059)
+++ PKGBUILD2016-07-19 21:51:25 UTC (rev 272060)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=nototools
-_commit=580e5294
-pkgver=git20151020
+_commit=0c3cc04
+pkgver=git20160719
 pkgrel=1
 pkgdesc="Noto fonts support tools and scripts"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python2)
 makedepends=(python2-setuptools)
 source=("https://github.com/googlei18n/nototools/archive/$_commit.zip; 
data_path.patch)
-sha256sums=('194c027b6e89febb7231daead7bc537ad7fed40fb3138f29df367b01d87a92d9'
+sha256sums=('1d699a9e0b7ddf734331d97e83b6f3c8e6c0d6a268089fb0b41af64cf74fe068'
 '8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c')
 
 prepare() {