summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Herremans2021-02-08 17:00:57 +0100
committerWillem Herremans2021-02-08 17:00:57 +0100
commit6bbb92447b5f48e677774e688fea543ecaf023f2 (patch)
treedc293fe362047a269fe6e21556c83a73cfca04ee
parentadff3a89038700d0aeafff42daadca0dae568ffc (diff)
downloadaur-tkpacman.tar.gz
http replaced with https in PKGBUILD en .SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f99c56c1b1..db6f97a3036f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tkpacman
pkgdesc = A lightweight GUI for pacman built with Tcl/Tk
pkgver = 1.9.1
- pkgrel = 1
- url = http://sourceforge.net/projects/tkpacman
+ pkgrel = 2
+ url = https://sourceforge.net/projects/tkpacman
arch = any
license = GPL
depends = tcl>=8.6.0
@@ -15,7 +15,7 @@ pkgbase = tkpacman
optdepends = mate-terminal: alternative terminal emulator
optdepends = konsole: alternative terminal emulator
optdepends = qterminal: alternative terminal emulator
- source = http://downloads.sourceforge.net/tkpacman/tkpacman-1.9.1/tkpacman-1.9.1.tar.gz
+ source = https://downloads.sourceforge.net/tkpacman/tkpacman-1.9.1/tkpacman-1.9.1.tar.gz
md5sums = 1f54ca16727a87aebc2e55edd205529e
pkgname = tkpacman
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')