summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122018-10-05 12:19:34 +0200
committerwillemw122018-10-05 12:19:34 +0200
commitcf6057ccaa708f5c51e21e763035a1092b3d404f (patch)
tree36322103242094c0ffb45aae0ae11bfc92b3aaba /PKGBUILD
parent790232a607538f4ee07449d94250e5e9f1da9ab3 (diff)
downloadaur-cf6057ccaa708f5c51e21e763035a1092b3d404f.tar.gz
Source URL requires https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52a29bf58890..49c6a77b0479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=uRSSus
pkgname=urssus
pkgver=0.2.13
-pkgrel=13
+pkgrel=14
pkgdesc="Multiplatform PyQt-based RSS news aggregator"
arch=('any')
url="http://urssus.googlecode.com/"
@@ -14,7 +14,7 @@ depends=('desktop-file-utils' 'gtk-update-icon-cache' 'python2-elixir'
'python2-processing' 'python2-pyqt' 'python2-simplejson')
makedepends=('desktop-file-utils' 'python2-setuptools') # 'python2-paver'
install=$pkgname.install
-source=(http://pypi.python.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz)
md5sums=('43c49f800c67d5898cea70dc146ca1f7')
prepare() {