summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-04-12 10:15:52 +0200
committerfordprefect2022-04-12 10:15:52 +0200
commit93c780da68b046289168f1e0253c77514c2be319 (patch)
treeccc5c2f2ea4d1274984685387d04a83cb622d3a7
parent34994b1c57eff60c62619536c6e8b8acd9a4f71e (diff)
downloadaur-93c780da68b046289168f1e0253c77514c2be319.tar.gz
fix git protocol
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4ac9bdc370..56ed934545e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 6 13:59:53 UTC 2018
pkgbase = jabcode-git
pkgdesc = JABCode - just another barcode. color bar code
- pkgver = r21.bb36d1d
+ pkgver = r39.e342b64
pkgrel = 1
url = https://github.com/jabcode/jabcode
arch = i686
@@ -11,8 +9,7 @@ pkgbase = jabcode-git
makedepends = python-setuptools
depends = libpng
depends = libzip
- source = git://github.com/jabcode/jabcode.git
+ source = git+https://github.com/jabcode/jabcode.git
md5sums = SKIP
pkgname = jabcode-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bfd711cf335d..5d0f8a747ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="jabcode-git"
-pkgver=r21.bb36d1d
+pkgver=r39.e342b64
pkgrel=1
pkgdesc='JABCode - just another barcode. color bar code'
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url='https://github.com/jabcode/jabcode'
makedepends=('python-setuptools')
depends=('libpng' 'libzip')
license=('LGPL')
-source=('git://github.com/jabcode/jabcode.git')
+source=('git+https://github.com/jabcode/jabcode.git')
md5sums=('SKIP')
pkgver() {