summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Fair2018-05-18 08:49:11 -0600
committerChristopher Fair2018-05-18 08:49:11 -0600
commit875c5b0e2f5e733c4aff6d4605c6d804be842968 (patch)
tree1a292c71dfa10324ff3d1e3d191bef7017592a4b
parent85f0a300d04ef55009ccf3b89b6839c6fc47e244 (diff)
downloadaur-875c5b0e2f5e733c4aff6d4605c6d804be842968.tar.gz
added a sha256sum to the repo to ensure proper transfer
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b22d29c42a51..e0afe70a9bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ url="https://github.com/chrisfair/git-subrepo.git"
license=('MIT')
depends=('git')
makedepends=('git')
-source=(git+https://github.com/chrisfair/git-subrepo.git#tag=$pkgver)
-sha256sums=('SKIP')
-
+source=("https://github.com/chrisfair/git-subrepo/archive/${pkgver}.tar.gz")
+sha256sums=('acb3667abadf859cefc36e95bcf4d4fa019ace7414d0fe8ddeadbc42de1fcf44')
package() {
cd "${srcdir}/${pkgname}"