summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-12-30 17:22:24 +0100
committerAndreas Baumann2023-12-30 17:22:24 +0100
commitb89b0be7441d2ba495273170405a0395d025667a (patch)
tree6551dce2ab426dc87a50bfdf1c0e172ee8b7e9ed
parent859aad14cea6b72619c73b0a2e5163678c523008 (diff)
downloadaur-b89b0be7441d2ba495273170405a0395d025667a.tar.gz
integrated window title and window manager close patches
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c74dbe4edd..a52bcc04e6e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meh-git
pkgdesc = A minimal image viewer using raw XLib.
- pkgver = 0.3.37.gd941ee8
- pkgrel = 3
+ pkgver = 0.3.41.g07953c0
+ pkgrel = 1
url = http://www.johnhawthorn.com/meh/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = meh-git
depends = libpng
optdepends = imagemagick
conflicts = meh
- source = git+https://github.com/andreasbaumann/meh.git#branch=integration
+ source = git+https://github.com/andreasbaumann/meh.git#commit=07953c0f46d60c28beebb4772aba9b7d90f6323d
md5sums = SKIP
pkgname = meh-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b5918e395d7..19c75f34c475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=meh-git
-pkgver=0.3.37.gd941ee8
-pkgrel=3
+pkgver=0.3.41.g07953c0
+pkgrel=1
pkgdesc="A minimal image viewer using raw XLib."
arch=('i686' 'x86_64')
url="http://www.johnhawthorn.com/meh/"
@@ -12,7 +12,8 @@ depends=('libxext' 'libjpeg' 'giflib' 'libpng')
makedepends=('git')
optdepends=('imagemagick')
conflicts=('meh')
-source=('git+https://github.com/andreasbaumann/meh.git#branch=integration')
+_commit=07953c0f46d60c28beebb4772aba9b7d90f6323d
+source=("git+https://github.com/andreasbaumann/meh.git#commit=$_commit")
md5sums=('SKIP')
_gitname=meh