summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormuhas2021-08-13 11:17:06 +0300
committermuhas2021-08-13 11:17:06 +0300
commita38aaac8a018e6f8168484905378a5421fa3956b (patch)
treea9d722b7279159078e434a2acc37b0a0f812ccad /PKGBUILD
parent1e58505d85bed85e603e46a8ad3227e269510f8d (diff)
downloadaur-skb.tar.gz
s/http/https/g
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c82821f2c0d..691731a2e6a4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: muhas <muhas@muhas.ru>
pkgname=skb
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc="Simple keyboard layout indicator."
arch=('i686' 'x86_64')
-url="http://plhk.ru/"
+url="https://plhk.ru/"
license=('GPL')
depends=('libx11')
-source=(http://plhk.ru/static/skb/${pkgname}-${pkgver}.tar.gz)
+source=(https://plhk.ru/static/skb/${pkgname}-${pkgver}.tar.gz)
md5sums=('feaf75eb5d4c557ed9ac75620a7ce264')
build() {