summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-24 09:24:53 +0300
committerCaleb Maclennan2020-02-24 09:24:53 +0300
commite4885c8d22aa6e1c1c56a9f95913c2873459fa9d (patch)
tree6c49bde99567c8c69311ee94b4d1c14b4af75672
parent578c4f9764e9273cc7ac6f67736a14d076fcaf66 (diff)
downloadaur-e4885c8d22aa6e1c1c56a9f95913c2873459fa9d.tar.gz
Drop obsolete and redundant conflicts
* otf-libertine-git was deleted from the AUR 4 years ago * otf-libertinus-git specifies the conflict itself
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f77c10f2bd..c91393bdf868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = otf-libertinus
pkgdesc = The Libertinus font family, a fork of Linux Libertine and Biolinum with OpenType math
pkgver = 6.10
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alif-type/libertinus
arch = any
license = OFL
- conflicts = otf-libertine-git
- conflicts = otf-libertinus-git
source = https://github.com/alif-type/libertinus/releases/download/v6.10/libertinus-6.10.zip
sha256sums = 54cd1eedb95c67a4679a00ad2e2144c82395fc39cbcbf0ca88ea6dd1da4d5498
diff --git a/PKGBUILD b/PKGBUILD
index dda9d165c1ab..e7bfcdd18929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,8 @@
pkgname=otf-libertinus
_pkgname="${pkgname#*-}"
pkgver=6.10
-pkgrel=2
+pkgrel=3
pkgdesc='The Libertinus font family, a fork of Linux Libertine and Biolinum with OpenType math'
-conflicts=('otf-libertine-git' 'otf-libertinus-git')
arch=('any')
license=('OFL')
url="https://github.com/alif-type/$_pkgname"
@@ -17,5 +16,5 @@ package() {
cd "${_pkgname^}-$pkgver"
install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" ${_pkgname^}*.otf
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" OFL.txt AUTHORS.txt
- install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" FONTLOG.txt documentation/*
+ install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" README.txt FONTLOG.txt documentation/*
}