[arch-commits] Commit in python-fonttools/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Feb 10 13:57:29 UTC 2019
Date: Sunday, February 10, 2019 @ 13:57:28
Author: aginiewicz
Revision: 431438
upgpkg: python-fonttools 3.37.3-1
python-fonttools: new upstream release
Modified:
python-fonttools/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-10 13:54:46 UTC (rev 431437)
+++ PKGBUILD 2019-02-10 13:57:28 UTC (rev 431438)
@@ -4,7 +4,7 @@
pkgbase=python-fonttools
pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.36.0
+pkgver=3.37.3
pkgrel=1
pkgdesc="Converts OpenType and TrueType fonts to and from XML"
url="https://github.com/fonttools/fonttools"
@@ -12,7 +12,7 @@
arch=('any')
makedepends=("python2-setuptools" "python-setuptools" "python-numpy" "python2-numpy")
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip")
-sha1sums=('71384f53b4dc1878b3fa8e5552c68ec5a5eb1e0e')
+sha1sums=('41403294c6694f89b1bc425a416756291969e412')
prepare() {
cd "$srcdir"
@@ -26,12 +26,11 @@
}
build() {
- msg "Building Python2"
-
+ # "Building Python2"
cd "$srcdir"/fonttools-py2-${pkgver}
python2 setup.py build
- msg "Building Python3"
+ # "Building Python3"
cd "$srcdir"/fonttools-${pkgver}
python setup.py build
}
More information about the arch-commits
mailing list