summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-08-26 21:40:34 +0200
committerhaawda2019-08-26 21:40:34 +0200
commitb99d3c2195b98c2d67edf765482739fdbdbc4c67 (patch)
treebaf358154a5b34610afb8a538e7c804b1364e11b
parent7453938cbf234a09089df8447afcd32515d7480f (diff)
downloadaur-b99d3c2195b98c2d67edf765482739fdbdbc4c67.tar.gz
download from Pypi
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1205a1868066..c094ebfa432d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = editra
pkgdesc = Multi-platform text editor with features that aid in code development
pkgver = 0.7.20
- pkgrel = 2
- url = http://editra.org/
+ pkgrel = 3
+ url = https://pypi.org/project/Editra/
arch = any
license = custom:wxWindows
depends = python2-wxpython3
depends = python2-distribute
depends = desktop-file-utils
- source = http://editra.org/uploads/src/Editra-0.7.20.tar.gz
+ source = https://files.pythonhosted.org/packages/8d/35/5b9367660329e98127a1f38ba28fc3df8fa32130bd4110f30fe394e29c7a/Editra-0.7.20.tar.gz
source = editra.desktop
sha256sums = ed515bca58d87d9a2b3085f322a9fe7c6d1407a3b05db1434f80ea8f7e42ccc0
sha256sums = 99e5e2800ea2306b02e4176eaab61963d651f132e0489ec4a9c2eceda0424031
diff --git a/PKGBUILD b/PKGBUILD
index 15eafa7fad2d..404ce81dfa99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=editra
pkgver=0.7.20
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-platform text editor with features that aid in code development"
arch=('any')
-url="http://$pkgname.org/"
+url="https://pypi.org/project/Editra/"
license=('custom:wxWindows')
depends=('python2-wxpython3' 'python2-distribute' 'desktop-file-utils')
-source=("${url}uploads/src/${pkgname//e/E}-$pkgver.tar.gz"
+source=(https://files.pythonhosted.org/packages/8d/35/5b9367660329e98127a1f38ba28fc3df8fa32130bd4110f30fe394e29c7a/Editra-0.7.20.tar.gz
"$pkgname.desktop")
sha256sums=('ed515bca58d87d9a2b3085f322a9fe7c6d1407a3b05db1434f80ea8f7e42ccc0'
'99e5e2800ea2306b02e4176eaab61963d651f132e0489ec4a9c2eceda0424031')