summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWard Segers2020-03-08 21:56:30 +0100
committerWard Segers2020-03-08 21:56:30 +0100
commitfa84181f4566a968fed81ca38f46319f452151b2 (patch)
tree95608b7fdf50a94e932ee31736dfa41ecbf2031b
parent0f9257a403e8a3c5e2c30219ce9d7050875c9f81 (diff)
downloadaur-fa84181f4566a968fed81ca38f46319f452151b2.tar.gz
Modify package because of the community package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 860e7876f95a..dc6f439687d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = otf-inter
pkgdesc = Inter is a typeface carefully crafted & designed for computer screens.
pkgver = 3.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rsms/inter
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
+ conflicts = inter-font
source = https://github.com/rsms/inter/releases/download/v3.12/Inter-3.12.zip
sha512sums = 56ec55f3f83b5881c67d72e9d8e82a14f2c27f638613356946f6e329ca24d5d1b07d7835a17850b5a5cb24acbc40f89b60311dbac5478ca924a6fb8f7020cfef
diff --git a/PKGBUILD b/PKGBUILD
index 8e4d6e500af2..7ca2d9ad0a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=otf-inter
_pkgname=Inter
pkgver=3.12
-pkgrel=1
+pkgrel=2
pkgdesc="Inter is a typeface carefully crafted & designed for computer screens."
arch=('any')
+conflicts=('inter-font')
url="https://github.com/rsms/inter"
license=('custom:OFL')
depends=(fontconfig xorg-font-utils)