summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-12-31 11:44:12 +0100
committerAndreas Baumann2023-12-31 11:44:12 +0100
commitd8ec34511f58355108ba36f83d1145caf4ffaca9 (patch)
tree3ca1f4f3f32816575a092f7503cee7cfbdf538d3
parent1a83f6552bf6faeb469b5a05d27b5e3f07d639af (diff)
downloadaur-d8ec34511f58355108ba36f83d1145caf4ffaca9.tar.gz
added mouse-wheel, printing and shm patches
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1bdeb79b82..f9ff0bf9f6e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = meh-git
depends = libpng
optdepends = imagemagick
conflicts = meh
- source = git+https://github.com/andreasbaumann/meh.git#commit=6fa14a2c9f69c6f9654155b306aff253d78d7cf3
+ source = git+https://github.com/andreasbaumann/meh.git#commit=a8da4f8a2f17e58a38777a37ddddbb1d1e941384
md5sums = SKIP
pkgname = meh-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ae0e65302d2..f364ad863f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('libxext' 'libjpeg' 'giflib' 'libpng')
makedepends=('git')
optdepends=('imagemagick')
conflicts=('meh')
-_commit=6fa14a2c9f69c6f9654155b306aff253d78d7cf3
+_commit=a8da4f8a2f17e58a38777a37ddddbb1d1e941384
source=("git+https://github.com/andreasbaumann/meh.git#commit=$_commit")
md5sums=('SKIP')
_gitname=meh