summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2018-02-28 15:52:58 -0700
committerShane Stone2018-02-28 15:52:58 -0700
commite4f7db874b27b5e1d7697cc560677f911c604196 (patch)
treee194f1bfbb4f0ea26c05cd85a24c6d2183b509e1
parenteec74f3629956ed07d4467276377064d0e6f6f85 (diff)
downloadaur-e4f7db874b27b5e1d7697cc560677f911c604196.tar.gz
add replaces array
-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)