summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa38774bb7f..5adfbb8bb041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,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 8ca668104718..abea00244f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,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')