summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-03-24 21:18:50 +0300
committerCaleb Maclennan2022-03-24 21:18:50 +0300
commitf0abdfd93bdd5df515919cadd83bf60371413cc2 (patch)
treea349648dabac66fe8fb7b6a788049ea4feda01a0 /PKGBUILD
parent261c6b3c6b6a352dc4b9b1e608f680d45474bee7 (diff)
downloadaur-f0abdfd93bdd5df515919cadd83bf60371413cc2.tar.gz
upgpkg: freecheck-git 0.30_8_g9806307-1
Fix URL scheme
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"