summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordysphoria2018-07-30 13:56:33 +0100
committerdysphoria2018-07-30 13:56:33 +0100
commitd870d22896c319b36f92943e280caa8e75948339 (patch)
tree8e6ee96d22c0a98224b8322cef85472444239630
parentd35d4402dc19d01c483d6bbffb00ed8557670923 (diff)
downloadaur-d870d22896c319b36f92943e280caa8e75948339.tar.gz
[upd] bump to latest
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a641b9c3c339..ace18f9be7e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 01:57:33 UTC 2018
+# Mon Jul 30 12:54:02 UTC 2018
pkgbase = mcomix-git
pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
- pkgver = r1476.cfe02eb
+ pkgver = r1481.c8e7481
pkgrel = 1
url = https://sourceforge.net/projects/mcomix/
install = mcomix-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 9488fb51ed06..26d720f75051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ray Powell <ray_al@xphoniexx.net>
pkgname=mcomix-git
-pkgver=r1476.cfe02eb
+pkgver=r1481.c8e7481
pkgrel=1
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('any')
@@ -34,8 +34,8 @@ package() {
mkdir -p ${pkgdir}/usr
export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
mkdir -p $PYTHONPATH
- python2 setup.py install --prefix=${pkgdir}/usr --optimize=1 \
- --single-version-externally-managed --root=/
+ python2 setup.py install --prefix=/usr --optimize=1 \
+ --single-version-externally-managed --root="${pkgdir}/"
install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
install -Dm644 mime/comicthumb.1.gz ${pkgdir}/usr/share/man/man1/comicthumb.1.gz