summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')