summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c67805aeca3..7ec2b82637c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=set-unicoderange
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='automatically set OpenType OS/2 table Unicode range bit flags in fonts '
arch=(any)
url="https://github.com/source-foundry/$pkgname"
-license=(Apache)
+license=(Apache-2.0)
depends=(python
python-fonttools)
_archive="$pkgname-$pkgver"
-source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('330cc50d36558b86f685a6f3fbea1b3d31990bf06bb7c9e5ad9fadf64d649bd1')
package() {