summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-01-04 19:17:19 -0500
committerAndrew O'Neill2021-01-04 19:17:19 -0500
commit6caaae6c4e5713afc82e4d33a2aa58bd2a518df1 (patch)
tree24dc6ca93ecd0ee809a2cd6160db651dec0ecaa8 /PKGBUILD
parent7c368e754485295ecea5d906ad914cf0dedd43d9 (diff)
downloadaur-6caaae6c4e5713afc82e4d33a2aa58bd2a518df1.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 dafef503fab3..b2e109cd1092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tkimg
_pkgname=Img
-pkgver=1.4.11
+pkgver=1.4.12
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=('a6b297950f701ec62b4931649ca5feb205d14d08020fe366d6cf69f0e7e05f88')
+sha256sums=('4ff4e4d836ec41f0b56eba5fb73e628387a0dbfdcb7d8bb5821bb6edde0922f9')
build() {
cd "${_pkgname}-${pkgver}"