summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpzl2022-02-28 20:04:12 -0500
committerpzl2022-02-28 20:04:12 -0500
commita01e73fcdc307080d40fbcfe823d081089f0150a (patch)
treea7e624bac16322f81b5b75f44ee20e98ea6768b8
parente7bc088109539eb607da05d84ca72ee37ab7526e (diff)
downloadaur-stitchy-git.tar.gz
update source to use git+https://
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25beca34682..98a0130b1e6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stitchy-git
pkgdesc = Cross stitch pattern designer.
pkgver = 7610be8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/segfault87/stitchy
install = stitchy.install
arch = i686
@@ -9,10 +9,9 @@ pkgbase = stitchy-git
license = GPL3
makedepends = git
depends = qjson
- source = git://github.com/segfault87/stitchy.git
+ source = git+https://github.com/segfault87/stitchy.git
source = stitchy.desktop
md5sums = SKIP
md5sums = 126841e4b1ff8c8ab949b6be1b2a801c
pkgname = stitchy-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0568cdb62906..bdee46107f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=stitchy
pkgname=stitchy-git
pkgver=7610be8
-pkgrel=1
+pkgrel=2
pkgdesc="Cross stitch pattern designer."
arch=('i686' 'x86_64')
license=('GPL3')
@@ -13,7 +13,7 @@ depends=('qjson')
makedepends=('git')
url="https://github.com/segfault87/stitchy"
install=stitchy.install
-source=(git://github.com/segfault87/stitchy.git
+source=(git+https://github.com/segfault87/stitchy.git
stitchy.desktop)
md5sums=('SKIP'
'126841e4b1ff8c8ab949b6be1b2a801c')