summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ff47dccbcdb..0e1b728d2f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 31 10:00:09 UTC 2017
+# Fri Apr 6 13:25:46 UTC 2018
pkgbase = ldfpcfix
- pkgdesc = Workaround for the ld "contains output sections" warning when compiling with fpc
+ pkgdesc = Binary patch /usr/bin/ld to quiet the "contains output sections" warning that appears when compiling with fpc
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/xyproto/ldfpcfix
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 08583adacabd..418525b49b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=ldfpcfix
pkgver=1.0
-pkgrel=2
-pkgdesc='Workaround for the ld "contains output sections" warning when compiling with fpc'
+pkgrel=3
+pkgdesc='Binary patch /usr/bin/ld to quiet the "contains output sections" warning that appears when compiling with fpc'
arch=('any')
url='https://github.com/xyproto/ldfpcfix'
license=('MIT')