summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2020-04-28 21:30:03 -0400
committerAndrew O'Neill2020-04-28 21:30:03 -0400
commit95746120d8ad3cdcdc164e174a5d72dcffa84855 (patch)
tree34fca2d77125c9d88d26b669e6fcac36048a9f29 /PKGBUILD
parentc0798d8da5bdbc5e676fb69d58ea1d707e697592 (diff)
downloadaur-95746120d8ad3cdcdc164e174a5d72dcffa84855.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 206779b35a63..61095e8d6a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tkimg
_pkgname=Img
-pkgver=1.4.9
+pkgver=1.4.10
pkgrel=1
pkgdesc='Provides the handling of several image formats beyond the standard formats in Tk'
url='https://wiki.tcl-lang.org/page/Img'
@@ -13,7 +13,7 @@ arch=('x86_64')
license=('custom')
depends=('zlib' 'libjpeg' 'libpng' 'libtiff' 'tcl' 'tk' 'tcllib')
source=("https://downloads.sourceforge.net/${pkgname}/${_pkgname}-${pkgver}-Source.tar.gz")
-sha256sums=('89aa029d9352de02c483857bc85b27af52f1b77907ee276047e13e894d1e3629')
+sha256sums=('e65ceb5d9d4c5b2189c0aa298250dd696b51e17b991aec753ca25be47fa0436a')
build() {
cd "${_pkgname}-${pkgver}"