summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f490756c812..1d39c2af25ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ttf-font-logos
pkgdesc = An icon font providing popular Linux distro logos.
pkgver = 0.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lukas-w/font-logos
arch = any
license = Unilicense
depends = fontconfig
depends = xorg-font-utils
+ replaces = ttf-font-linux
source = ttf-font-logos-0.10.tar.gz::https://github.com/lukas-w/font-logos/archive/v0.10.tar.gz
md5sums = 95e3f464c732ffd04c3e1affe476c9c5
diff --git a/PKGBUILD b/PKGBUILD
index 2eea621e3fcf..75d6d65e5bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=ttf-font-logos
pkgver=0.10
-pkgrel=1
+pkgrel=2
pkgdesc="An icon font providing popular Linux distro logos."
arch=(any)
+replaces=('ttf-font-linux')
url="https://github.com/lukas-w/font-logos"
license=('Unilicense')
depends=(fontconfig xorg-font-utils)