summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d300ac65059..5adfbb8bb041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# wto kwi 26 13:22:57 UTC 2016
pkgbase = tcl85
pkgdesc = The Tcl scripting language, 8.5 series
pkgver = 8.5.19
@@ -8,11 +6,8 @@ pkgbase = tcl85
arch = i686
arch = x86_64
license = custom
- provides = tcl
- provides = tcl=8.5.19
options = staticlibs
source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.5.19-src.tar.gz
md5sums = 4f4e1c919f6a6dbb37e9a12d429769a6
pkgname = tcl85
-
diff --git a/PKGBUILD b/PKGBUILD
index 15f55b14993d..abea00244f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# Maintainer: b00rt00s ( bomby dot zrzuc at gmail dot com )
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Weng Xuetian <wengxt@gmail.com>
# Committer: Judd Vinet <jvinet@zeroflux.org>
@@ -10,7 +9,6 @@ pkgdesc="The Tcl scripting language, 8.5 series"
arch=('i686' 'x86_64')
url="http://tcl.sourceforge.net/"
license=('custom')
-provides=("tcl" "tcl=${pkgver}")
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
md5sums=('4f4e1c919f6a6dbb37e9a12d429769a6')
options=('staticlibs')