diff options
author | johncf | 2018-01-29 00:18:00 +0530 |
---|---|---|
committer | johncf | 2018-01-29 00:18:18 +0530 |
commit | ef4bda37e13acf69d59a13dfd63f0789724b87c6 (patch) | |
tree | a737e20b72039b27c04ce2489772bd5d26e3b88f /PKGBUILD | |
parent | e9389eb954c6d40c80f545a9c4d636fd05b4b095 (diff) | |
download | aur-woff2-bin.tar.gz |
add pkgdesc, provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ pkgname=woff2-bin pkgver=1.0.2 _debver=1.0.2-1 pkgrel=1 -pkgdesc="" +pkgdesc="Utilities for converting TTF fonts to the compressed WOFF 2.0 format, and vice versa." url="https://github.com/google/woff2" arch=(x86_64) license=(MIT) depends=(brotli) +provides=(woff2) conflicts=(woff2 woff2-git) source_x86_64=( |