summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandys82022-12-28 18:55:29 +0100
committerandys82022-12-28 18:55:29 +0100
commit91c22109a0c7f1770961e66f16c6a597acd6cacd (patch)
tree5a97628023e3ef09d86ebe497464b65668f4a117
parentf5eae457b28fa03a96e3f721c72ee9bc6707023c (diff)
downloadaur-91c22109a0c7f1770961e66f16c6a597acd6cacd.tar.gz
Add git+ prefix for https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd4db28a42f5..576dce77c2db 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 = 1
+ pkgrel = 2
url = https://github.com/andys8/git-brunch
arch = x86_64
license = custom:BSD3
makedepends = stack
depends = git
- source = git-brunch-1.6.0::https://github.com/andys8/git-brunch.git#tag=v1.6.0
+ source = git-brunch-1.6.0::git+https://github.com/andys8/git-brunch.git#tag=v1.6.0
md5sums = SKIP
pkgname = git-brunch
diff --git a/PKGBUILD b/PKGBUILD
index f2b1cbb069a3..905843357f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: andys8 <andys8@users.noreply.github.com>
pkgname=git-brunch
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
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}::https://github.com/andys8/${pkgname}.git#tag=v${pkgver}")
+source=("${pkgname}-${pkgver}::git+https://github.com/andys8/${pkgname}.git#tag=v${pkgver}")
noextract=()
md5sums=('SKIP')