summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2021-03-23 16:11:22 +0800
committerDario Giovannetti2021-03-23 16:11:22 +0800
commitbfab1db64e6e546dbbcc3f732fe7748827b0bd58 (patch)
treee8624324c0e867320ab5399fa7f04ce7a3c9db30
parent88b27a82032b26474ceeb6cb0fd7f7e661f5ae5b (diff)
downloadaur-python-texthistory.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 7efe82664016..d8a5249590f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-texthistory
pkgdesc = Python undo/redo engine for plain text and wxPython TextCtrl
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kynikos/lib.py.text-history
arch = any
license = GPL3
depends = python
- source = http://downloads.sourceforge.net/project/kynikos/lib.py.text-history/python-texthistory-1.0.1.tar.bz2
+ source = https://downloads.sourceforge.net/project/kynikos/lib.py.text-history/python-texthistory-1.0.1.tar.bz2
sha256sums = 201b88b662e6d5392fabd063eedd3a9297b0215c8d7e2690b5fd00431e147eab
pkgname = python-texthistory
diff --git a/PKGBUILD b/PKGBUILD
index f7f6a0cec5d7..aea280d22d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='python-texthistory'
pkgver='1.0.1'
-pkgrel=2
+pkgrel=3
pkgdesc="Python undo/redo engine for plain text and wxPython TextCtrl"
arch=('any')
url="https://github.com/kynikos/lib.py.text-history"
license=('GPL3')
depends=('python')
-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=('201b88b662e6d5392fabd063eedd3a9297b0215c8d7e2690b5fd00431e147eab')
package() {