summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpzl2022-02-28 20:04:12 -0500
committerpzl2022-02-28 20:04:12 -0500
commita01e73fcdc307080d40fbcfe823d081089f0150a (patch)
treea7e624bac16322f81b5b75f44ee20e98ea6768b8 /PKGBUILD
parente7bc088109539eb607da05d84ca72ee37ab7526e (diff)
downloadaur-stitchy-git.tar.gz
update source to use git+https://
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')