summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-15 19:27:29 -0400
committerVincent Grande2021-03-15 19:27:29 -0400
commit9f655d29bc44dbb364639da5b667f66938848ea2 (patch)
treedbc0bc747fcb71201c5eacfdaf110eb20cb6f8c1
parentcf88843d7b5222a816d387ec74c9527fd18f9365 (diff)
downloadaur-9f655d29bc44dbb364639da5b667f66938848ea2.tar.gz
remove patches
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD8
2 files changed, 1 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56fafc640c5..bfc1b2a0542e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,13 +19,9 @@ pkgbase = lib32-fontconfig-git
provides = lib32-fontconfig
conflicts = lib32-fontconfig
source = git+https://gitlab.freedesktop.org/fontconfig/fontconfig
- source = https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/172.patch
- source = https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/138.patch
source = fontconfig-32.hook
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
pkgname = lib32-fontconfig-git
diff --git a/PKGBUILD b/PKGBUILD
index 7ce372bc221f..e5422c04280c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,12 +17,8 @@ depends=(lib32-expat lib32-freetype2 $_pkgbasename)
makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
install=lib32-fontconfig.install
source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig"
- "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/172.patch"
- "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/138.patch"
fontconfig-32.hook)
sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
# a nice page to test font matching:
@@ -36,9 +32,7 @@ pkgver() {
prepare() {
cd $_pkgbasename
-
- patch -Np1 -i ../138.patch
- patch -Np1 -i ../172.patch
+
}
build() {