summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2019-03-30 21:00:50 -0400
committerL. Bradley LaBoon2019-03-30 21:00:50 -0400
commitf5b4ba2be0da56f8ec387f054af2547a789fc03e (patch)
treee7460760abf03118893d8857e3c97fe29b839bd9
parentbf1500e5bbf244af87342b4c92ef1e245202e508 (diff)
downloadaur-f5b4ba2be0da56f8ec387f054af2547a789fc03e.tar.gz
Updated source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34aa41f3644f..22c28bb3addb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu May 11 00:34:32 UTC 2017
pkgbase = backly
pkgdesc = A simple directory cloner
pkgver = 1.30
@@ -10,7 +8,7 @@ pkgbase = backly
license = GPL2
makedepends = git
depends = glibc
- source = backly::git://git.bradleylaboon.com/backly.git
+ source = backly::git+https://git.bradleylaboon.com/lb.laboon/backly.git#tag=v1.30
sha256sums = SKIP
pkgname = backly
diff --git a/PKGBUILD b/PKGBUILD
index c2ba479fd46e..45eac6eef1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL2')
arch=('i686' 'x86_64')
depends=('glibc')
makedepends=('git')
-source=($pkgname::git://git.bradleylaboon.com/$pkgname.git)
+source=($pkgname::git+https://git.bradleylaboon.com/lb.laboon/$pkgname.git#tag=v${pkgver})
sha256sums=('SKIP')
pkgver() {