summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-10-12 10:57:40 +0200
committerValHue2016-10-12 10:57:40 +0200
commit992081595c32f71cc955228b45d7ebf0cd223546 (patch)
tree6273489afbb1d59bc46ec85a8d03fd5377badd19
parentf64c6e1a8f320de66344d956860adc1fe02023f2 (diff)
downloadaur-992081595c32f71cc955228b45d7ebf0cd223546.tar.gz
Update to 0.1.0.r134-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 293e16da6209..bc305f6535dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ojo
pkgdesc = A fast and good-looking image viewer
- pkgver = 0.1.0r134
- pkgrel = 1
+ pkgver = 0.1.0.r134
+ pkgrel = 2
url = http://launchpad.net/~ojo
arch = i686
arch = x86_64
license = GPL3
makedepends = desktop-file-utils
+ makedepends = python2-distutils-extra
depends = hicolor-icon-theme
depends = python2
depends = pyexiv2
diff --git a/PKGBUILD b/PKGBUILD
index af259f3889ab..14c0825f578e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# https://github.com/ValHue/AUR-PKGBUILDs
#
pkgname="ojo"
-pkgver="0.1.0r134"
-pkgrel="1"
+pkgver="0.1.0.r134"
+pkgrel="2"
pkgdesc="A fast and good-looking image viewer"
arch=('i686' 'x86_64')
url="http://launchpad.net/~ojo"
license=('GPL3')
depends=('hicolor-icon-theme' 'python2' 'pyexiv2')
-makedepends=('desktop-file-utils')
+makedepends=('desktop-file-utils' 'python2-distutils-extra')
optdepends=()
conflicts=('ojo-bzr')
provides=('ojo')