summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-01-04 12:34:17 -0500
committerWilliam Turner2017-01-04 12:34:17 -0500
commite4d4f95b6326e27f1e5023aa3b4c33f46284d77e (patch)
tree82aa725b7768e30db2baf98ea65e249343c6f1d6
parent63c9dcdc654c9899c809300f23f9f0d2f583523d (diff)
downloadaur-e4d4f95b6326e27f1e5023aa3b4c33f46284d77e.tar.gz
Removes licence description.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d3322e0dc80..537338d5f1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=ttf-dejavu-sans-code
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Monospaced font with programming ligatures based on DejaVu Sans Mono.'
arch=('any')
url='https://github.com/SSNikolaevich/DejaVuSansCode'
-license=('custom:DejaVu Fonts License, Version 1.0')
+license=('custom')
depends=('fontconfig' 'xorg-font-utils')
install=fonts.install
source=("https://github.com/SSNikolaevich/DejaVuSansCode/releases/download/v${pkgver}/dejavu-code-ttf-${pkgver}.tar.bz2")