summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-04 23:44:24 +0100
committerMarcell Meszaros2023-11-04 23:44:24 +0100
commitc564ffb2e0f66fc4bc9d5accea4ce5f49c74cb42 (patch)
tree815f2932942e140776bf6536e6ab5fde22202307
parentb6f716e12d82467a64394519a6f18464d915136b (diff)
downloadaur-tcl85.tar.gz
remove unneeded provides=tcl
-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')