summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhas2021-08-13 11:17:06 +0300
committermuhas2021-08-13 11:17:06 +0300
commita38aaac8a018e6f8168484905378a5421fa3956b (patch)
treea9d722b7279159078e434a2acc37b0a0f812ccad
parent1e58505d85bed85e603e46a8ad3227e269510f8d (diff)
downloadaur-skb.tar.gz
s/http/https/g
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a9a4bd1bbf2..6f763577749d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = skb
pkgdesc = Simple keyboard layout indicator.
pkgver = 0.4
- pkgrel = 3
- url = http://plhk.ru/
+ pkgrel = 4
+ url = https://plhk.ru/
arch = i686
arch = x86_64
license = GPL
depends = libx11
- source = http://plhk.ru/static/skb/skb-0.4.tar.gz
+ source = https://plhk.ru/static/skb/skb-0.4.tar.gz
md5sums = feaf75eb5d4c557ed9ac75620a7ce264
pkgname = skb
-
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() {