summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 347e1d1792e2..0c2c5935148d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,6 @@ pkgname = fpc-svn
pkgdesc = The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
provides = fpc=9999
conflicts = fpc
- options = zipman
options = staticlibs
backup = etc/fpc.cfg
diff --git a/PKGBUILD b/PKGBUILD
index d94501b15f84..36bb62cbd214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ package_fpc-svn() {
pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible \
Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
backup=('etc/fpc.cfg')
- options=('zipman' 'staticlibs')
+ options=('staticlibs')
conflicts=('fpc')
provides=('fpc=9999')