summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F2016-02-14 21:05:16 +0100
committerNicolas F2016-02-14 21:05:16 +0100
commit502d860b11c8ec9828e3c30ff49ae9a1d43d1041 (patch)
tree6306cbbddf4c3302cec8f670fd43dbe821871754
parent1bedeaadab51211a10f699a051cf79d4bccbf916 (diff)
downloadaur-502d860b11c8ec9828e3c30ff49ae9a1d43d1041.tar.gz
Upstream update to v0.4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122d2b77a1c0..a4e04c643fe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 14 20:02:51 UTC 2016
pkgbase = cum
pkgdesc = Comic Updater, Mangafied
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/Hamuko/cum
arch = any
@@ -11,10 +13,11 @@ pkgbase = cum
depends = python-sqlalchemy
depends = python-beautifulsoup4
depends = python-natsort
+ depends = python-alembic
options = !emptydirs
- source = https://github.com/Hamuko/cum/archive/v0.3.tar.gz
+ source = https://github.com/Hamuko/cum/archive/v0.4.tar.gz
source = cumpletion.sh
- md5sums = 4ec00ad1fdecae2463a33164ab53828f
+ md5sums = ba796e916b8970272c93a683d74f16c3
md5sums = 1820b9b51267fb577480d1b4ce7e92ec
pkgname = cum
diff --git a/PKGBUILD b/PKGBUILD
index 471eb5c360ba..331aa8ba4fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=cum
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="Comic Updater, Mangafied"
arch=('any')
url="https://github.com/Hamuko/cum"
license=('Apache')
depends=('python-click' 'python' 'python-requests' 'python-sqlalchemy'
- 'python-beautifulsoup4' 'python-natsort')
-#install=cum.install
+ 'python-beautifulsoup4' 'python-natsort' 'python-alembic')
source=("https://github.com/Hamuko/cum/archive/v${pkgver}.tar.gz"
"cumpletion.sh")
options=(!emptydirs)
-md5sums=('4ec00ad1fdecae2463a33164ab53828f'
+md5sums=('ba796e916b8970272c93a683d74f16c3'
'1820b9b51267fb577480d1b4ce7e92ec')
prepare() {