summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c81c970e29..f411fde400bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meh-git
pkgdesc = A minimal image viewer using raw XLib.
- pkgver = 0.3.25.g4ab1c75
+ pkgver = 0.3.26.gce484db
pkgrel = 1
url = http://www.johnhawthorn.com/meh/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = meh-git
depends = libpng
optdepends = imagemagick
conflicts = meh
- source = git+https://github.com/jhawthorn/meh.git
+ source = git+https://github.com/afarah1/meh.git
md5sums = SKIP
pkgname = meh-git
diff --git a/PKGBUILD b/PKGBUILD
index 4a2a39d2e95d..07ea3d1a6361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=meh-git
-pkgver=0.3.25.g4ab1c75
+pkgver=0.3.26.gce484db
pkgrel=1
pkgdesc="A minimal image viewer using raw XLib."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('custom:MIT')
depends=('libxext' 'libjpeg' 'giflib' 'libpng')
optdepends=('imagemagick')
conflicts=('meh')
-source=('git+https://github.com/jhawthorn/meh.git')
+source=('git+https://github.com/afarah1/meh.git')
md5sums=('SKIP')
_gitname=meh