summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2016-12-12 14:47:12 +0100
committerJens John2016-12-12 14:47:12 +0100
commit9823d87d752c37f75ede4e2f5a4fc468a2e90304 (patch)
tree80e9ec0c59db3094bcf974a9d11613053cb79fa0
parent8ffe97d7f6220b65716c110b0467b7e0c5606646 (diff)
downloadaur-9823d87d752c37f75ede4e2f5a4fc468a2e90304.tar.gz
0.4.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7d15368d71..d5fbdc7fb0a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gien
pkgdesc = Export Github issue tracker and wiki contents to local email storage
- pkgver = 0.3.2
- pkgrel = 3
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/2ion/gien
arch = any
license = GPL
@@ -11,9 +11,10 @@ pkgbase = gien
depends = python-progressbar
depends = python-pygithub
depends = python-pygit2
+ depends = python-requests
options = !emptydirs
- source = https://pypi.python.org/packages/b6/8b/f60de5f8b5d01fea56e99d608cbe360f8801084fbac9a34e1c2dcf76e998/gien-0.3.2.tar.gz
- sha256sums = 28774aa3c7269c9c30afa5ae550493acd1cdf6a696926e46dca5fa9779245bd3
+ source = https://pypi.python.org/packages/8f/4d/8bbfd93ad6064d19d2fdcd13c876be57be9061e9684d802cadc80c17e740/gien-0.4.0.tar.gz
+ sha256sums = 8fb14835f206565ca5454f628904c944560a67fdc0c353a81d1e572cbcd6f29a
pkgname = gien
diff --git a/PKGBUILD b/PKGBUILD
index beef3e33aba3..5874963ec819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jens John <jjohn@2ion.de>
pkgname=gien
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Export Github issue tracker and wiki contents to local email storage"
arch=('any')
license=('GPL')
@@ -11,11 +11,12 @@ depends=(\
'python-markdown'\
'python-progressbar'\
'python-pygithub'\
- 'python-pygit2')
+ 'python-pygit2'\
+ 'python-requests')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/b6/8b/f60de5f8b5d01fea56e99d608cbe360f8801084fbac9a34e1c2dcf76e998/gien-${pkgver}.tar.gz")
-sha256sums=("28774aa3c7269c9c30afa5ae550493acd1cdf6a696926e46dca5fa9779245bd3")
+source=("https://pypi.python.org/packages/8f/4d/8bbfd93ad6064d19d2fdcd13c876be57be9061e9684d802cadc80c17e740/gien-0.4.0.tar.gz")
+sha256sums=("8fb14835f206565ca5454f628904c944560a67fdc0c353a81d1e572cbcd6f29a")
build()
{