summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2016-02-17 09:45:20 +0100
committerMarcus Behrendt2016-02-17 09:45:20 +0100
commit003889a9f9c2323e063b366b20ff0dd8b0b4234b (patch)
treeef9c6d886e7672b5c7372815b894a9cdc5467332
parent1a9080527353378cc59f6f332a1ba9db947bc76a (diff)
downloadaur-003889a9f9c2323e063b366b20ff0dd8b0b4234b.tar.gz
silently remove the 'ultimate' from .install file, though x86 packages do not exist yet
-rw-r--r--.SRCINFO2
-rw-r--r--infinality.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad08beca311e..beca6422d42c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 18:06:09 UTC 2016
+# Wed Feb 17 08:43:24 UTC 2016
pkgbase = freetype2-infinality
pkgdesc = TrueType font rendering library with Infinality patches and custom settings.
pkgver = 2.6.2
diff --git a/infinality.install b/infinality.install
index f5b9dec38506..47f07465a6a5 100644
--- a/infinality.install
+++ b/infinality.install
@@ -2,7 +2,7 @@
post_install() {
cat << EOF
If you are using [multilib], please install/upgrade
- lib32-freetype2-infinality-ultimate, too.
+ lib32-freetype2-infinality, too.
EOF
}
@@ -12,7 +12,7 @@ post_upgrade() {
post_remove() {
cat << EOF
- freetype2-infinality-ultimate was removed.
+ freetype2-infinality was removed.
EOF
}
# vim:set ts=2 sw=2 et: