summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa885df2bf0..206779b35a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=tkimg
_pkgname=Img
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
pkgdesc='Provides the handling of several image formats beyond the standard formats in Tk'
url='https://wiki.tcl-lang.org/page/Img'
arch=('x86_64')
license=('custom')
depends=('zlib' 'libjpeg' 'libpng' 'libtiff' 'tcl' 'tk' 'tcllib')
-source=("http://downloads.sourceforge.net/${pkgname}/${_pkgname}-Source-${pkgver}.tar.gz")
-sha256sums=('3d9cd329c4f2640970558ce268724af1fb8cb4016466727c07ed502ec9425c81')
+source=("https://downloads.sourceforge.net/${pkgname}/${_pkgname}-${pkgver}-Source.tar.gz")
+sha256sums=('89aa029d9352de02c483857bc85b27af52f1b77907ee276047e13e894d1e3629')
build() {
cd "${_pkgname}-${pkgver}"