summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortakeshix2018-05-09 14:56:55 +0200
committertakeshix2018-05-09 14:56:55 +0200
commit826fc4b8a441f66e0e8222e5c9ba78087142ee0f (patch)
treed4f0c02d2125fcc6bee7c743ebc2d2aaecd5905c
parent6567daef390b62c8f8160313dc7ecbf1abe9b9ce (diff)
downloadaur-826fc4b8a441f66e0e8222e5c9ba78087142ee0f.tar.gz
Updated to v0.9.13
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecb796fa0d93..ff5577050b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deen-git
pkgdesc = Generic data encoding/decoding application built with PyQt5
- pkgver = 0.9.1.7f46640
+ pkgver = 0.9.13.1b4892f
pkgrel = 1
url = https://github.com/takeshixx/deen
arch = any
@@ -10,6 +10,7 @@ pkgbase = deen-git
depends = python-setuptools
depends = python-pyqt5
optdepends = python-pyopenssl
+ optdepends = python-jsbeautifier
provides = deen
conflicts = deen
source = deen::git+https://github.com/takeshixx/deen.git
diff --git a/PKGBUILD b/PKGBUILD
index bdd44cdbf37a..5d0fa2b7b01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_gitname=deen
pkgname="${_gitname}-git"
-pkgver=0.9.1.7f46640
+pkgver=0.9.13.1b4892f
pkgrel=1
pkgdesc='Generic data encoding/decoding application built with PyQt5'
url='https://github.com/takeshixx/deen'
arch=('any')
license=('Apache 2.0')
depends=('python' 'python-setuptools' 'python-pyqt5')
-optdepends=('python-pyopenssl')
+optdepends=('python-pyopenssl' 'python-jsbeautifier')
makedepends=('git')
provides=('deen')
conflicts=('deen')