summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-03-04 15:02:12 -0500
committerAndrew O'Neill2019-03-04 15:02:12 -0500
commitc0798d8da5bdbc5e676fb69d58ea1d707e697592 (patch)
tree624dc4b3cf3d5d773d019fc4e732c9e0bd8b47e5
parentf5b9dd4b02f355af49b0c4816c4fd2a19a4aa3a1 (diff)
downloadaur-c0798d8da5bdbc5e676fb69d58ea1d707e697592.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3fe3a460375..ce0a1834ff80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tkimg
pkgdesc = Provides the handling of several image formats beyond the standard formats in Tk
- pkgver = 1.4.8
+ pkgver = 1.4.9
pkgrel = 1
url = https://wiki.tcl-lang.org/page/Img
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = tkimg
depends = tcl
depends = tk
depends = tcllib
- source = http://downloads.sourceforge.net/tkimg/Img-Source-1.4.8.tar.gz
- sha256sums = 3d9cd329c4f2640970558ce268724af1fb8cb4016466727c07ed502ec9425c81
+ source = https://downloads.sourceforge.net/tkimg/Img-1.4.9-Source.tar.gz
+ sha256sums = 89aa029d9352de02c483857bc85b27af52f1b77907ee276047e13e894d1e3629
pkgname = tkimg
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}"