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 | |
parent | e9389eb954c6d40c80f545a9c4d636fd05b4b095 (diff) | |
download | aur-woff2-bin.tar.gz |
add pkgdesc, provides
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,12 @@ pkgbase = woff2-bin + pkgdesc = Utilities for converting TTF fonts to the compressed WOFF 2.0 format, and vice versa. pkgver = 1.0.2 pkgrel = 1 url = https://github.com/google/woff2 arch = x86_64 license = MIT depends = brotli + provides = woff2 conflicts = woff2 conflicts = woff2-git noextract = libwoff1_1.0.2-1_amd64.deb @@ -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=( |