summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:08:45 +0800
committerDario Giovannetti2021-03-23 16:08:45 +0800
commit0a1e08788056a8529a3c3815903acb1555ac1114 (patch)
tree4602bb65c1eead7b605a8f96ef9f8dce8eb6fd2f /PKGBUILD
parent7119c4e24358e7739a78cde1646baa1ee99fd09e (diff)
downloadaur-python-plural.tar.gz
Use https in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04d6aec5e1c8..8fc74da0468f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='python-plural'
pkgver='1.0.1'
-pkgrel=2
+pkgrel=3
pkgdesc="Python function that returns the needed variation of a word."
arch=('any')
url="https://github.com/kynikos/lib.py.plural"
license=('GPL3')
depends=('python')
-source=("http://downloads.sourceforge.net/project/kynikos/lib.py.plural/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/project/kynikos/lib.py.plural/$pkgname-$pkgver.tar.bz2")
sha256sums=('ccce3446ee4e9728912d1395bee4e61ff88ff3230615c96912272de6e05a42da')
package() {