summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Souza Franco2023-05-22 22:31:01 -0300
committerGabriel Souza Franco2023-05-22 22:31:01 -0300
commitc2808b56e65f9acd6f45039636dd07332a1ac71d (patch)
treed7711058545ed9c05ae726ac8c3dcd9c544aaa31
parent0240b38f42654e8bac6a52e6bdc7395be927c138 (diff)
downloadaur-lib32-tkimg.tar.gz
Update to version 1.4.14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e764d280ec3..600b18ff2b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-tkimg
pkgdesc = Provides the handling of several image formats beyond the standard formats in Tk (32-bit)
- pkgver = 1.4.13
+ pkgver = 1.4.14
pkgrel = 1
url = https://wiki.tcl-lang.org/page/Img
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = lib32-tkimg
depends = lib32-tcl
depends = lib32-tk
depends = tcllib
- source = http://downloads.sourceforge.net/tkimg/1.4/Img-1.4.13-Source.tar.gz
- sha1sums = b35ddb2aad1b9f513f3a4f1eeaf3b7e1b681fc80
+ source = http://downloads.sourceforge.net/tkimg/1.4/Img-1.4.14-Source.tar.gz
+ sha1sums = e1ffc016124d452e7a8bd02fb0aa48b706addcb6
pkgname = lib32-tkimg
-
diff --git a/PKGBUILD b/PKGBUILD
index 2fcfb781ea6e..6da18bc810de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: kotyz <kotyz.king@gmail.com>
pkgname=lib32-tkimg
-pkgver=1.4.13
+pkgver=1.4.14
pkgrel=1
pkgdesc='Provides the handling of several image formats beyond the standard formats in Tk (32-bit)'
url='https://wiki.tcl-lang.org/page/Img'
@@ -12,10 +12,10 @@ arch=('x86_64')
license=('BSD')
depends=('lib32-zlib' 'lib32-libjpeg' 'lib32-libpng' 'lib32-libtiff' 'lib32-tcl' 'lib32-tk' 'tcllib')
source=(http://downloads.sourceforge.net/tkimg/${pkgver%.*}/Img-$pkgver-Source.tar.gz)
-sha1sums=('b35ddb2aad1b9f513f3a4f1eeaf3b7e1b681fc80')
+sha1sums=('e1ffc016124d452e7a8bd02fb0aa48b706addcb6')
build() {
- cd "$srcdir/Img-$pkgver"
+ cd "$srcdir/Img-$pkgver-Source"
export CC='gcc -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
@@ -25,7 +25,7 @@ build() {
}
package() {
- cd "$srcdir/Img-$pkgver"
+ cd "$srcdir/Img-$pkgver-Source"
make INSTALL_ROOT="$pkgdir" install
rm -rf "$pkgdir/usr/"{include,share}