diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
commit | b5a69b97f9d03109eb8fbf12140905c96ceecbbd (patch) | |
tree | 74ed031e1464aa43b215682810e80fabe5f471f1 /community/tcsh | |
parent | d6a4eaf6ca65401689aa4765cf3c2042a3fcd89d (diff) | |
download | aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.bz2 aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.xz |
community/*: remove invalid options and modernize
Diffstat (limited to 'community/tcsh')
-rw-r--r-- | community/tcsh/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/tcsh/APKBUILD b/community/tcsh/APKBUILD index f38c8b47f8..ecc4d3bc7f 100644 --- a/community/tcsh/APKBUILD +++ b/community/tcsh/APKBUILD @@ -12,7 +12,6 @@ checkdepends="diffutils autoconf" makedepends="ncurses-dev" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-doc" -options="!checkroot" _tarball="TCSH6_21_00" source="tcsh-$pkgver.tar.gz::https://github.com/tcsh-org/tcsh/archive/$_tarball.tar.gz 001-sysmalloc.patch |