summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Souza Franco2019-06-14 14:12:12 +0200
committerGabriel Souza Franco2019-06-14 14:12:12 +0200
commita3d4f84380492ceba381e95773f05561c44b79cd (patch)
tree44d6be5714f6e228aacf38e75283f4d7727f843e
parentae6bbb24c0c42c30677671b6c13c1917eebed7a9 (diff)
downloadaur-a3d4f84380492ceba381e95773f05561c44b79cd.tar.gz
Change to upstream source URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc01267036d..05d76fd9c8b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = tcllib
arch = any
license = bsd
depends = tcl
- source = https://github.com/tcltk/tcllib/archive/tcllib-1-19.tar.gz
+ source = https://core.tcl-lang.org/tcllib/uv/tcllib-1-19.tar.gz
sha256sums = f0977ed98a6555266461a818d2814ff11f35f90412d394e13bf3da686cc93ca0
pkgname = tcllib
diff --git a/PKGBUILD b/PKGBUILD
index 7c70d99a3499..e36a3b3f1872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="http://core.tcl.tk/tcllib/"
license=('bsd')
depends=('tcl')
-source=(https://github.com/tcltk/tcllib/archive/tcllib-${pkgver/./-}.tar.gz)
+source=("https://core.tcl-lang.org/tcllib/uv/tcllib-${pkgver/./-}.tar.gz")
sha256sums=('f0977ed98a6555266461a818d2814ff11f35f90412d394e13bf3da686cc93ca0')
package(){