summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7a3294b468..b7ae9914b583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = freecheck-git
optdepends = ghostscript: output to pdf files
provides = freecheck
conflicts = freecheck
- source = git://github.com/alerque/freecheck.git#branch=devel
- md5sums = SKIP
+ source = git+https://github.com/alerque/freecheck.git#branch=devel
+ sha256sums = SKIP
pkgname = freecheck-git
diff --git a/PKGBUILD b/PKGBUILD
index 7b107e3bee14..2565058ebd9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=freecheck-git
pkgver=0.30_8_g9806307
pkgrel=1
_branch=devel
-url=https://github.com/alerque/"${pkgname%-git}"
+url="https://github.com/alerque/${pkgname%-git}"
pkgdesc='A blank check printer that adds MICR codes and check templates to blank stock'
arch=('any')
license=('GPL2')
@@ -16,8 +16,8 @@ optdepends=(
'cups: printing support'
'ghostscript: output to pdf files'
)
-source=("git://github.com/alerque/${pkgname%-git}.git#branch=$_branch")
-md5sums=('SKIP')
+source=("git+$url.git#branch=$_branch")
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"