summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Quinn2022-04-26 13:24:06 -0500
committerJoseph Quinn2022-04-26 13:24:06 -0500
commit3c4327e80fed259cb9372226caef8e870af3a512 (patch)
tree144ea7b08dfa9e48a08b47bf4b4c03db527d7df7
parent2748c7d87531175643f8891b583c26959b6ed8ba (diff)
downloadaur-zshdb-git.tar.gz
updating
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740ae641c55b..2e7fb5ec10a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zshdb-git
pkgdesc = A debugger for zsh scripts.
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/rocky/zshdb
arch = i686
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = zshdb-git
makedepends = git
depends = zsh
provides = zshdb
- source = git+git://github.com/rocky/zshdb.git
+ source = git+https://github.com/rocky/zshdb.git
md5sums = SKIP
pkgname = zshdb-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 17b7893ff2be..3bd5cdbe686b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joseph R. Quinn <quinn.josephr@protonmail.com>
pkgname=zshdb-git
pkgver=1.1.0
-pkgrel=2
+pkgrel=1
pkgdesc='A debugger for zsh scripts.'
arch=('i686' 'x86_64')
url='https://github.com/rocky/zshdb'
@@ -10,7 +10,7 @@ license=('GPL')
depends=('zsh')
makedepends=('git')
provides=('zshdb')
-source=('git+git://github.com/rocky/zshdb.git')
+source=('git+https://github.com/rocky/zshdb.git')
md5sums=('SKIP')
pkgver() {