summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2020-05-06 19:05:08 -0400
committerAndrew O'Neill2020-05-06 19:05:08 -0400
commit7c368e754485295ecea5d906ad914cf0dedd43d9 (patch)
treeba008ead9c6eeb5f583ce20d4a9f55a4d2b671a5 /PKGBUILD
parent95746120d8ad3cdcdc164e174a5d72dcffa84855 (diff)
downloadaur-7c368e754485295ecea5d906ad914cf0dedd43d9.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 61095e8d6a67..dafef503fab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tkimg
_pkgname=Img
-pkgver=1.4.10
+pkgver=1.4.11
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=('e65ceb5d9d4c5b2189c0aa298250dd696b51e17b991aec753ca25be47fa0436a')
+sha256sums=('a6b297950f701ec62b4931649ca5feb205d14d08020fe366d6cf69f0e7e05f88')
build() {
cd "${_pkgname}-${pkgver}"