summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--fonts.install11
3 files changed, 2 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d578a64555e4..431faa5dc991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = ttf-dejavu-sans-code
pkgdesc = Monospaced font with programming ligatures based on DejaVu Sans Mono.
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SSNikolaevich/DejaVuSansCode
- install = fonts.install
arch = any
license = custom
- depends = fontconfig
- depends = xorg-font-utils
source = https://github.com/SSNikolaevich/DejaVuSansCode/releases/download/v1.2.2/dejavu-code-ttf-1.2.2.tar.bz2
sha256sums = 1be8f5709408692e97fd5016fe550d20594d9fc484f93e82743432037da99b20
diff --git a/PKGBUILD b/PKGBUILD
index 51ef6438725b..ea79832cf7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,11 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=ttf-dejavu-sans-code
pkgver=1.2.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')
-depends=('fontconfig' 'xorg-font-utils')
-install=fonts.install
source=("https://github.com/SSNikolaevich/DejaVuSansCode/releases/download/v${pkgver}/dejavu-code-ttf-${pkgver}.tar.bz2")
sha256sums=('1be8f5709408692e97fd5016fe550d20594d9fc484f93e82743432037da99b20')
diff --git a/fonts.install b/fonts.install
deleted file mode 100644
index ac6cb5b6f4ac..000000000000
--- a/fonts.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- fc-cache -s
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}