summarylogtreecommitdiffstats
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
parentc0798d8da5bdbc5e676fb69d58ea1d707e697592 (diff)
downloadaur-95746120d8ad3cdcdc164e174a5d72dcffa84855.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 ce0a1834ff80..0a353f26e0ea 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.9
+ pkgver = 1.4.10
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.9-Source.tar.gz
- sha256sums = 89aa029d9352de02c483857bc85b27af52f1b77907ee276047e13e894d1e3629
+ source = https://downloads.sourceforge.net/tkimg/Img-1.4.10-Source.tar.gz
+ sha256sums = e65ceb5d9d4c5b2189c0aa298250dd696b51e17b991aec753ca25be47fa0436a
pkgname = tkimg
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}"