summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:12:18 +0800
committerDario Giovannetti2021-03-23 16:12:18 +0800
commit2edc58e2db0078f22ac65f10ddb51be9bb98e9d7 (patch)
treed60dfd3e9acb328f144c89b7d6c7aba7484c9e6c
parentdfef85d530afa66435067beab176a951baef465b (diff)
downloadaur-2edc58e2db0078f22ac65f10ddb51be9bb98e9d7.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 dd384071fc43..82678aa860fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-texthistory
pkgdesc = Python2 undo/redo engine for plain text and wxPython TextCtrl
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kynikos/lib.py.text-history
arch = any
license = GPL3
depends = python2
optdepends = wxpython: support for wx.TextCtrl
- source = http://downloads.sourceforge.net/project/kynikos/lib.py.text-history/python2-texthistory-1.0.1.tar.bz2
+ source = https://downloads.sourceforge.net/project/kynikos/lib.py.text-history/python2-texthistory-1.0.1.tar.bz2
sha256sums = 938f40c0cedb824550296fd1501f3ba1d4715126b645515c8672858efbd2a3b4
pkgname = python2-texthistory
diff --git a/PKGBUILD b/PKGBUILD
index bc3cedc0f026..1bd89a0f75e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='python2-texthistory'
pkgver='1.0.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 undo/redo engine for plain text and wxPython TextCtrl"
arch=('any')
url="https://github.com/kynikos/lib.py.text-history"
license=('GPL3')
depends=('python2')
optdepends=('wxpython: support for wx.TextCtrl')
-source=("http://downloads.sourceforge.net/project/kynikos/lib.py.text-history/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/project/kynikos/lib.py.text-history/$pkgname-$pkgver.tar.bz2")
sha256sums=('938f40c0cedb824550296fd1501f3ba1d4715126b645515c8672858efbd2a3b4')
package() {