summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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() {