summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-07-20 10:50:39 +0200
committermschubert2021-07-20 10:50:39 +0200
commit9f56c9ca8cef8a79e203f0089e7e2b3e1f4129cd (patch)
treed2f8937228588f34c5876d05b0948b94335ab7a9 /PKGBUILD
parent8d70730a01931a19a482f84744fc5ddeb205797d (diff)
downloadaur-tklib.tar.gz
upstream checksum changed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcb4ed9c3170..e69bad377221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
+# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
# Contributor: Thomas Dziedzic
# Contributor: Mihai Militaru <mihai dot militaru at xmpp dot ro>
pkgname=tklib
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url="https://core.tcl-lang.org/tklib/home"
license=('GPL')
depends=('tk' 'tcllib')
-source=(https://github.com/tcltk/tklib/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('1afe81a09c5fad2d9758b88c0250a49fc24c0e337d6d773ad2d622919dafd206')
+source=(https://github.com/tcltk/tklib/archive/refs/tags/tklib-$pkgver.tar.gz)
+sha256sums=('93890db81a5b0cdb62c386265ec4fcdaab60824e8e6e882c7fecc69ff49afc66')
build() {
cd $pkgname-$pkgname-$pkgver