summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Maibaum2017-01-08 13:34:36 +0100
committerJohannes Maibaum2017-01-08 13:34:36 +0100
commit1f828906c98b20e8a968f1b944949d3ccd5d4225 (patch)
tree28236271a6548bd0ddfc21ff1e8d55e34ce47da9
parent89f7fc92ca4dcbb80e525bcc08a4732b6402e783 (diff)
downloadaur-1f828906c98b20e8a968f1b944949d3ccd5d4225.tar.gz
Remove install file as it is not needed anymore.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--otf-libertinus.install11
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c1f4b76ae5..da54e1859d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,11 @@
-# Generated by mksrcinfo v8
-# Wed Feb 3 11:12:50 UTC 2016
pkgbase = otf-libertinus
pkgdesc = The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion.
pkgver = 6.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/khaledhosny/libertinus
- install = otf-libertinus.install
arch = any
license = custom: OFL
depends = fontconfig
- depends = xorg-mkfontdir
conflicts = otf-libertine-git
conflicts = otf-libertinus-git
source = https://github.com/khaledhosny/libertinus/releases/download/v6.2/libertinus-6.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 07dc4cd56ae0..3ab263d3b6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=otf-libertinus
_pkgname=${pkgname#*-}
pkgver=6.2
-pkgrel=4
+pkgrel=5
pkgdesc="The Libertinus font family. A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion."
-depends=('fontconfig' 'xorg-mkfontdir')
+depends=('fontconfig')
conflicts=('otf-libertine-git' 'otf-libertinus-git')
arch=('any')
license=('custom: OFL')
url="https://github.com/khaledhosny/libertinus"
-install=$pkgname.install
source=("https://github.com/khaledhosny/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.zip")
sha256sums=('3927bca361b893e042170dcfa56bc1c4fc5ec1b44bfc37d6ccc04b4b4fad82e7')
diff --git a/otf-libertinus.install b/otf-libertinus.install
deleted file mode 100644
index fe67c839b69b..000000000000
--- a/otf-libertinus.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}