summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-01-08 18:20:42 -0500
committerAndrew O'Neill2021-01-08 18:20:42 -0500
commit06ea18214bb8c819ea38106acc9c2d1259eea261 (patch)
tree6adad5b25e508a24aa30d6be27317b7ab6854333
parent6caaae6c4e5713afc82e4d33a2aa58bd2a518df1 (diff)
downloadaur-06ea18214bb8c819ea38106acc9c2d1259eea261.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3ba4773295..7657dd452bc5 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.12
+ pkgver = 1.4.13
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 = https://downloads.sourceforge.net/tkimg/Img-1.4.12-Source.tar.gz
- sha256sums = 4ff4e4d836ec41f0b56eba5fb73e628387a0dbfdcb7d8bb5821bb6edde0922f9
+ source = https://downloads.sourceforge.net/tkimg/Img-1.4.13-Source.tar.gz
+ sha256sums = f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163
pkgname = tkimg
diff --git a/PKGBUILD b/PKGBUILD
index b2e109cd1092..9564b9b32b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tkimg
_pkgname=Img
-pkgver=1.4.12
+pkgver=1.4.13
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=('4ff4e4d836ec41f0b56eba5fb73e628387a0dbfdcb7d8bb5821bb6edde0922f9')
+sha256sums=('f0868c1cad9752dcf1234f81f00c417d34a11c0f0dd499ba469df29f1c40d163')
build() {
cd "${_pkgname}-${pkgver}"