summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {