summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F2015-10-02 17:08:42 +0200
committerNicolas F2015-10-02 17:08:42 +0200
commit016641c38a786b272adb44618679c510c9ec882e (patch)
treec17531f376e58515aa726225902bcea1a79d1e88
parent02fa8fff38920ef156f5a4cb87f72bde10d33bd4 (diff)
downloadaur-016641c38a786b272adb44618679c510c9ec882e.tar.gz
Upstream tag changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e4785045985..5396f0c2cd0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cum
pkgdesc = Comic Updater, Mangafied
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Hamuko/cum
arch = any
license = Apache
@@ -12,7 +12,7 @@ pkgbase = cum
depends = python-beautifulsoup4
depends = python-natsort
options = !emptydirs
- source = https://github.com/Hamuko/cum/archive/0.2.tar.gz
+ source = https://github.com/Hamuko/cum/archive/v0.2.tar.gz
source = cumpletion.sh
md5sums = 33bc935d788f49292e029613a37f8ddc
md5sums = 1820b9b51267fb577480d1b4ce7e92ec
diff --git a/PKGBUILD b/PKGBUILD
index 5b738a1f1e99..4d80f7217d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=cum
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Comic Updater, Mangafied"
arch=('any')
url="https://github.com/Hamuko/cum"
@@ -9,7 +9,7 @@ license=('Apache')
depends=('python-click' 'python' 'python-requests' 'python-sqlalchemy'
'python-beautifulsoup4' 'python-natsort')
#install=cum.install
-source=("https://github.com/Hamuko/cum/archive/${pkgver}.tar.gz"
+source=("https://github.com/Hamuko/cum/archive/v${pkgver}.tar.gz"
"cumpletion.sh")
options=(!emptydirs)
md5sums=('33bc935d788f49292e029613a37f8ddc'