summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6957b46abd..e8b433ef9b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freetype2-cleartype
pkgdesc = Font rasterization library with ClearType patch
pkgver = 2.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.freetype.org/
install = freetype2.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7aaddbb87031..43cf8596c873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=freetype2-cleartype
pkgver=2.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Font rasterization library with ClearType patch"
arch=(x86_64)
license=('GPL')
@@ -46,7 +46,7 @@ prepare() {
patch -Np1 -i ../0002-Enable-infinality-subpixel-hinting.patch
patch -Np1 -i ../0003-Enable-long-PCF-family-names.patch
# Enable ClearType
- #patch -Np1 -i ../0007-cleartype.patch
+ patch -Np1 -i ../0007-cleartype.patch
}
build() {