summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-12-30 22:08:51 +0100
committerAndreas Baumann2023-12-30 22:08:51 +0100
commit1a83f6552bf6faeb469b5a05d27b5e3f07d639af (patch)
tree38f6773a69c73a0df0cb3dd2af8b2b6d3bfa80fc
parentb89b0be7441d2ba495273170405a0395d025667a (diff)
downloadaur-1a83f6552bf6faeb469b5a05d27b5e3f07d639af.tar.gz
memory leak fixin bmp_open and better gif error handling
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52bcc04e6e5..7a1bdeb79b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meh-git
pkgdesc = A minimal image viewer using raw XLib.
- pkgver = 0.3.41.g07953c0
+ pkgver = 0.3.45.g6fa14a2
pkgrel = 1
url = http://www.johnhawthorn.com/meh/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = meh-git
depends = libpng
optdepends = imagemagick
conflicts = meh
- source = git+https://github.com/andreasbaumann/meh.git#commit=07953c0f46d60c28beebb4772aba9b7d90f6323d
+ source = git+https://github.com/andreasbaumann/meh.git#commit=6fa14a2c9f69c6f9654155b306aff253d78d7cf3
md5sums = SKIP
pkgname = meh-git
diff --git a/PKGBUILD b/PKGBUILD
index 19c75f34c475..1ae0e65302d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=meh-git
-pkgver=0.3.41.g07953c0
+pkgver=0.3.45.g6fa14a2
pkgrel=1
pkgdesc="A minimal image viewer using raw XLib."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libxext' 'libjpeg' 'giflib' 'libpng')
makedepends=('git')
optdepends=('imagemagick')
conflicts=('meh')
-_commit=07953c0f46d60c28beebb4772aba9b7d90f6323d
+_commit=6fa14a2c9f69c6f9654155b306aff253d78d7cf3
source=("git+https://github.com/andreasbaumann/meh.git#commit=$_commit")
md5sums=('SKIP')
_gitname=meh