diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-31 00:53:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-31 00:54:33 +0100 |
commit | da24325cede274a12decafe73b1726c4e3ef3d1b (patch) | |
tree | fc5ea6049d1a29ca9ddec5aaa42e1a1f3b4580fb | |
parent | 16916f37f471830b1e770789d34a0c6e2d1b18da (diff) | |
download | aports-da24325cede274a12decafe73b1726c4e3ef3d1b.tar.gz aports-da24325cede274a12decafe73b1726c4e3ef3d1b.tar.bz2 aports-da24325cede274a12decafe73b1726c4e3ef3d1b.tar.xz |
testing/fontforge: rebuild against python3.8
-rw-r--r-- | testing/fontforge/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fontforge/APKBUILD b/testing/fontforge/APKBUILD index 54bd02c05b..81673f6cc6 100644 --- a/testing/fontforge/APKBUILD +++ b/testing/fontforge/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ed Robinson <ed@reevoo.com> pkgname=fontforge pkgver=20190801 -pkgrel=0 +pkgrel=1 pkgdesc="FontForge is a free (libre) font editor for Windows, Mac OS X and GNU+Linux." url="https://github.com/fontforge/fontforge" arch="all !s390x" |