summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWillem Herremans2021-02-08 17:00:57 +0100
committerWillem Herremans2021-02-08 17:00:57 +0100
commit6bbb92447b5f48e677774e688fea543ecaf023f2 (patch)
treedc293fe362047a269fe6e21556c83a73cfca04ee /PKGBUILD
parentadff3a89038700d0aeafff42daadca0dae568ffc (diff)
downloadaur-tkpacman.tar.gz
http replaced with https in PKGBUILD en .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcdfc4537868..44b7b0a41334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight GUI for pacman built with Tcl/Tk"
arch=('any')
-url="http://sourceforge.net/projects/tkpacman"
+url="https://sourceforge.net/projects/tkpacman"
license=('GPL')
depends=('tcl>=8.6.0' 'tk>=8.6.0')
optdepends=('sudo: if you want to use sudo instead of su'
@@ -15,7 +15,7 @@ optdepends=('sudo: if you want to use sudo instead of su'
'mate-terminal: alternative terminal emulator'
'konsole: alternative terminal emulator'
'qterminal: alternative terminal emulator')
-source=(http://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
#source=(tkpacman-$pkgver.tar.gz)
md5sums=('1f54ca16727a87aebc2e55edd205529e')