summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandys82022-12-28 18:47:38 +0100
committerandys82022-12-28 18:47:38 +0100
commitf5eae457b28fa03a96e3f721c72ee9bc6707023c (patch)
tree41733a0016b64049876946825afabec2f4977f4c
parent328429274b93223eff5d7f5bbe8114ea91fffa93 (diff)
downloadaur-f5eae457b28fa03a96e3f721c72ee9bc6707023c.tar.gz
Switch to https protocol
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf318ff8b17..fd4db28a42f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-brunch
pkgdesc = A git command-line tool to work with branches
pkgver = 1.6.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/andys8/git-brunch
arch = x86_64
license = custom:BSD3
makedepends = stack
depends = git
- source = git-brunch-1.6.0::git://github.com/andys8/git-brunch.git#tag=v1.6.0
+ source = git-brunch-1.6.0::https://github.com/andys8/git-brunch.git#tag=v1.6.0
md5sums = SKIP
pkgname = git-brunch
diff --git a/PKGBUILD b/PKGBUILD
index 7f1e2c37bd48..f2b1cbb069a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: andys8 <andys8@users.noreply.github.com>
pkgname=git-brunch
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="A git command-line tool to work with branches"
arch=('x86_64')
url="https://github.com/andys8/git-brunch"
license=('custom:BSD3')
depends=('git')
makedepends=('stack')
-source=("${pkgname}-${pkgver}::git://github.com/andys8/${pkgname}.git#tag=v${pkgver}")
+source=("${pkgname}-${pkgver}::https://github.com/andys8/${pkgname}.git#tag=v${pkgver}")
noextract=()
md5sums=('SKIP')