summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7651642736..23777cf2313f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librecad-git
pkgdesc = A 2D CAD drawing tool based on the community edition of QCad.
pkgver = 2.2.0.rc1.r91.g8604f171
- pkgrel = 1
+ pkgrel = 2
url = https://librecad.org
arch = x86_64
license = GPL
@@ -12,7 +12,7 @@ pkgbase = librecad-git
depends = freetype2
provides = librecad
conflicts = librecad
- source = LibreCAD::git://github.com/LibreCAD/LibreCAD.git
+ source = git+https://github.com/LibreCAD/LibreCAD.git
md5sums = SKIP
pkgname = librecad-git
diff --git a/PKGBUILD b/PKGBUILD
index a0928180a527..2d8a1378c45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgtitle='LibreCAD'
pkgname=librecad-git
pkgver=2.2.0.rc1.r91.g8604f171
-pkgrel=1
+pkgrel=2
pkgdesc="A 2D CAD drawing tool based on the community edition of QCad."
arch=('x86_64')
url="https://librecad.org"
@@ -17,7 +17,7 @@ makedepends=('git')
provides=('librecad')
conflicts=('librecad')
-source=("$_pkgtitle::git://github.com/$_pkgtitle/$_pkgtitle.git")
+source=("git+https://github.com/$_pkgtitle/$_pkgtitle.git")
md5sums=('SKIP')
function pkgver