summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00ab91207122..8b2bb205e8fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = mingw-w64-freetype2
depends = mingw-w64-zlib
depends = mingw-w64-crt
provides = mingw-w64-freetype
+ conflicts = mingw-w64-freetype
replaces = mingw-w64-freetype
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index a74a11c50808..bfa5dd27460a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,3 @@
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
-# Contributor: Daniel Kirchner <daniel at ekpyron dot org>
-
pkgname=mingw-w64-freetype2
pkgver=2.6
pkgrel=1
@@ -12,6 +9,7 @@ depends=(mingw-w64-zlib mingw-w64-crt)
makedepends=(mingw-w64-gcc mingw-w64-configure)
provides=(mingw-w64-freetype)
replaces=(mingw-w64-freetype)
+conflicts=(mingw-w64-freetype)
source=(http://download.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.gz)
options=(!strip !buildflags !libtool staticlibs)
sha512sums=('fd0337b2cdf4e1a3a79fc8bd55a572b7276a7d8b6897cbfe6c04a2c03672fd835f51d7b986e44731edbdda42cb10e69eb56d5b1a32f9acf95224171f6d86259f')