summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeorize2016-12-31 07:18:22 +0700
committerLeorize2016-12-31 07:18:22 +0700
commit392cb8da33cb24ff69d5387fcdef62db38aac459 (patch)
tree80959362083a61cccdec7b39fdcc19c073b82dd8
parent53be5e2717b263644b5f29fbb482331540f7040a (diff)
downloadaur-392cb8da33cb24ff69d5387fcdef62db38aac459.tar.gz
Zipman should be decided in makepkg.conf
-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')