summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112017-08-22 15:47:08 +0200
committerjose17112017-08-22 15:47:08 +0200
commit6c1b7a813d2c6e89c5ce0a5d66e5f5b1bc42e829 (patch)
tree6d8f1efe77ce878f79e6918d1c34c94a3a20c4eb /PKGBUILD
parenta486672c41d5166cd1ad146269f8f6fc22a3794a (diff)
downloadaur-subcli.tar.gz
Fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 195023f23fad..850a127a1edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Giancarlo Bianchi <giancarlobianchi76-[remove this]-@-[and this]-gmail-[and this]-.com>
pkgname=subcli
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="CLI program to modify text based subtitles"
arch=('any')
url="https://code.google.com/p/subcli"
license=('GPL')
depends=('python2')
-source=("https://subcli.googlecode.com/files/${pkgname}_v${pkgver}.tar.gz")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_v${pkgver}.tar.gz")
md5sums=('2a69e2db27f048abf2e97f957f83fb7d')
package() {