summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-07-12 18:15:02 +0200
committerMartchus2016-07-12 18:15:02 +0200
commit9ad1bec2189e1a96697fae055288156d39f1efb4 (patch)
treeff24712fb25069b189fdcffda0aa275ffa89769f
parent6b7b76de31b13675cd99ad7667380bbaa1b8a8ee (diff)
downloadaur-9ad1bec2189e1a96697fae055288156d39f1efb4.tar.gz
Don't replace mingw-w64-freetype2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b7a53f7e9fc..cd0999f42e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 12 15:39:24 UTC 2016
+# Tue Jul 12 16:15:02 UTC 2016
pkgbase = mingw-w64-freetype2-bootstrap
pkgdesc = TrueType font rendering library (mingw-w64)
pkgver = 2.6.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.freetype.org/
arch = any
license = GPL
@@ -17,7 +17,6 @@ pkgbase = mingw-w64-freetype2-bootstrap
conflicts = mingw-w64-freetype
conflicts = mingw-w64-freetype2
replaces = mingw-w64-freetype
- replaces = mingw-w64-freetype2
options = !strip
options = !buildflags
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 7cc22f3fc73d..b6794f6cc50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mingw-w64-freetype2-bootstrap
pkgver=2.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="TrueType font rendering library (mingw-w64)"
arch=('any')
url="http://www.freetype.org/"
@@ -36,9 +36,9 @@ else
# adding harfbuzz for improved OpenType features auto-hinting
# introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
depends+=(mingw-w64-harfbuzz)
+ replaces+=(${_provides})
fi
provides+=(${_provides})
-replaces+=(${_provides})
conflicts+=(${_provides})
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"