summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjp19952022-06-09 16:17:28 +0300
committerjp19952022-06-09 16:17:28 +0300
commit1fb21f9e1d310b535103f263cd13be1c31dfef29 (patch)
treec9691419876e4f0a254c7e4f42c170f9bf23f650
parentecc03f8ff148ad5e529f3a91872365789ee8c9a1 (diff)
downloadaur-1fb21f9e1d310b535103f263cd13be1c31dfef29.tar.gz
fixed deprecated format for source protocol
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a522b7b15171..81ea2c1b6428 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kappa-launcher-git
pkgdesc = Twitch launcher using rofi
- pkgver = r92.14e0dd6
+ pkgver = r93.b76bb77
pkgrel = 1
url = https://github.com/jp1995/kappa-launcher
arch = any
@@ -14,7 +14,7 @@ pkgbase = kappa-launcher-git
optdepends = xdg-utils: browser function
provides = kappa-launcher-git
conflicts = kappa-launcher-git
- source = git://github.com/jp1995/kappa-launcher.git
+ source = git+https://github.com/jp1995/kappa-launcher.git
sha1sums = SKIP
pkgname = kappa-launcher-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ec0e2a0f074..2bd8eed1fa06 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: poncho
pkgname=kappa-launcher-git
_pkgname=kappa-launcher
-pkgver=r92.14e0dd6
+pkgver=r93.b76bb77
pkgrel=1
pkgdesc="Twitch launcher using rofi"
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
'xdg-utils: browser function'
)
makedepends=('git')
-source=("git://github.com/jp1995/kappa-launcher.git")
+source=("git+https://github.com/jp1995/kappa-launcher.git")
sha1sums=('SKIP')
pkgver() {