summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-08-31 18:47:12 +0200
committerStefan Husmann2015-08-31 18:47:12 +0200
commit90865477011e0a254bc72883f843cb4656809b9a (patch)
treeec1bc3068a35accce69505e4d038d30546fa5ab4
parentb1fea72a5a7770e60fe1903c8b290d287a9804de (diff)
downloadaur-90865477011e0a254bc72883f843cb4656809b9a.tar.gz
change github fork
-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