summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-01-22 12:07:52 +0100
committerValHue2016-01-22 12:07:52 +0100
commit0ab0a852d31272274ecb378c38f98cd2677f402d (patch)
treeb5e5ef85bd804ac45604770e435137c359ab2b87
parent2db413a700a3911a224c20371c48fb910ea48c32 (diff)
downloadaur-0ab0a852d31272274ecb378c38f98cd2677f402d.tar.gz
Update to 0.3.9-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0450930a3a..67b331657940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 11:07:17 UTC 2016
pkgbase = utext
pkgdesc = An application to work with markdown files.
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = http://www.atareao.es/tag/utext/
install = utext.install
@@ -9,6 +11,7 @@ pkgbase = utext
license = GPL3
makedepends = python2-distutils-extra
makedepends = python2-polib
+ depends = gobject-introspection
depends = python
depends = shared-mime-info
depends = python-beautifulsoup4
@@ -17,8 +20,8 @@ pkgbase = utext
depends = python-requests
depends = wkhtmltopdf
provides = utext
- source = https://launchpad.net/~atareao/+archive/ubuntu/utext/+files/utext_0.3.8-0extras15.04.4.tar.xz
- sha256sums = f1314a707b7ea2aa0d5a6d75a9fbc7948c591f5eb1bc1791d98ee0260350e17f
+ source = https://launchpad.net/~atareao/+archive/ubuntu/utext/+files/utext_0.3.9-0extras15.04.0.tar.xz
+ sha256sums = 6b4a2641c6b4e0477d7b49022dbcd0adf5f7b31893df6122fd6398547800ef0d
pkgname = utext
diff --git a/PKGBUILD b/PKGBUILD
index 1e8fb20b12bd..f96a856bf5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
#
pkgname="utext"
-pkgver="0.3.8"
+pkgver="0.3.9"
pkgrel="1"
pkgdesc="An application to work with markdown files."
arch=('i686' 'x86_64')
url="http://www.atareao.es/tag/utext/"
license=('GPL3')
-depends=('python' 'shared-mime-info' 'python-beautifulsoup4' 'python-jinja' 'python-markdown' 'python-requests' 'wkhtmltopdf')
+depends=('gobject-introspection' 'python' 'shared-mime-info' 'python-beautifulsoup4' 'python-jinja' 'python-markdown' 'python-requests' 'wkhtmltopdf')
makedepends=('python2-distutils-extra' 'python2-polib')
provides=("${pkgname}")
-source=("https://launchpad.net/~atareao/+archive/ubuntu/${pkgname}/+files/${pkgname}_${pkgver}-0extras15.04.4.tar.xz")
-sha256sums=('f1314a707b7ea2aa0d5a6d75a9fbc7948c591f5eb1bc1791d98ee0260350e17f')
+source=("https://launchpad.net/~atareao/+archive/ubuntu/${pkgname}/+files/${pkgname}_${pkgver}-0extras15.04.0.tar.xz")
+sha256sums=('6b4a2641c6b4e0477d7b49022dbcd0adf5f7b31893df6122fd6398547800ef0d')
install="${pkgname}.install"
build() {