summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8684ca6a355..63d585a9d354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keyboardlayouteditor-git
pkgdesc = PyGTK programme that helps create or edit XKB keyboard layouts.
pkgver = 1.1+r100.20190121.56726a3
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = http://github.com/hupfdule/keyboardlayouteditor
arch = any
@@ -16,10 +16,9 @@ pkgbase = keyboardlayouteditor-git
depends = python2-lxml
optdepends = gucharmap: To open a character map and drag and drop characters.
provides = keyboardlayouteditor=1.1+r100.20190121.56726a3
- source = keyboardlayouteditor::git+git://github.com/hupfdule/keyboardlayouteditor.git
+ source = keyboardlayouteditor::git+https://github.com/hupfdule/keyboardlayouteditor.git
source = keyboardlayouteditor.sh
sha256sums = SKIP
sha256sums = 349b12f237a19f76af16082d58bf443892190faa5f741aced92e10f6e79d8761
pkgname = keyboardlayouteditor-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ab294e48b3c4..ffec8552fcd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=keyboardlayouteditor
pkgname="${_pkgname}"-git
pkgver=1.1+r100.20190121.56726a3
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="PyGTK programme that helps create or edit XKB keyboard layouts."
arch=('any')
@@ -36,8 +36,8 @@ provides=(
"${_pkgname}=${pkgver}"
)
source=(
- # "${_pkgname}::git+git://github.com/simos/${_pkgname}.git" # Original repo.
- "${_pkgname}::git+git://github.com/hupfdule/${_pkgname}.git" # Fork with some fixes.
+ # "${_pkgname}::git+https://github.com/simos/${_pkgname}.git" # Original repo.
+ "${_pkgname}::git+https://github.com/hupfdule/${_pkgname}.git" # Fork with some fixes.
"keyboardlayouteditor.sh"
)
sha256sums=(