summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-26 01:00:05 +0300
committerCaleb Maclennan2020-03-26 01:00:05 +0300
commit3bfd4f647c4e9cbcb58a1ec8af17de7446214562 (patch)
tree5cfb2e5ce5c0a189961392fa7fbddf08e43716b0 /PKGBUILD
parent25559b04f9a3e64844754e2ba0e0f16bd6dd631c (diff)
downloadaur-3bfd4f647c4e9cbcb58a1ec8af17de7446214562.tar.gz
Update to 0.2.2 and unscramble desc/url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3edbb11a2d3e..34211fa53152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=ufo2otf
pkgver=0.2.2
pkgrel=1
-pkgdesc="Tools for converting Bibles from USFM to OSIS XML"
+pkgdesc='Take UFO font sources and generate OTF’s and webfonts'
arch=('any')
-url="https://github.com/chrislit/usfm2osis"
+url="https://github.com/fonts/$pkgname"
license=('BSD')
-conflicts=("$pkgname-git")
depends=('python'
'fontforge'
'afdko')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/u/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
'python3.patch')
sha256sums=('180b4e1bbacb5f94338e87c160bf68a0919956c0e31310ad0195d0e6c25d96ca'
'152396362fb91765a7a34958d24ca521a804df3ade5f0cce27135dfb1c712d62')