summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 331aa8ba4fe7..a63bdf0afe25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=cum
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Comic Updater, Mangafied"
arch=('any')
@@ -11,8 +11,8 @@ depends=('python-click' 'python' 'python-requests' 'python-sqlalchemy'
source=("https://github.com/Hamuko/cum/archive/v${pkgver}.tar.gz"
"cumpletion.sh")
options=(!emptydirs)
-md5sums=('ba796e916b8970272c93a683d74f16c3'
- '1820b9b51267fb577480d1b4ce7e92ec')
+sha256sums=('0538fa2dc30b36ba638cff3594f5b4155728a771b35c3a36087cb08b876f8ff6'
+ 'b24dcf05451e83932d741e5088b4526d1ce9f45e97698c37d74f2a2c54618651')
prepare() {
cd "$srcdir/$pkgname-$pkgver"