summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:08:45 +0800
committerDario Giovannetti2021-03-23 16:08:45 +0800
commit0a1e08788056a8529a3c3815903acb1555ac1114 (patch)
tree4602bb65c1eead7b605a8f96ef9f8dce8eb6fd2f
parent7119c4e24358e7739a78cde1646baa1ee99fd09e (diff)
downloadaur-0a1e08788056a8529a3c3815903acb1555ac1114.tar.gz
Use https in source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1835b3b74b..f816f27ab192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-plural
pkgdesc = Python function that returns the needed variation of a word.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kynikos/lib.py.plural
arch = any
license = GPL3
depends = python
- source = http://downloads.sourceforge.net/project/kynikos/lib.py.plural/python-plural-1.0.1.tar.bz2
+ source = https://downloads.sourceforge.net/project/kynikos/lib.py.plural/python-plural-1.0.1.tar.bz2
sha256sums = ccce3446ee4e9728912d1395bee4e61ff88ff3230615c96912272de6e05a42da
pkgname = python-plural
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() {