summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2022-08-26 14:50:04 +0200
committerReik Keutterling2022-08-26 14:50:04 +0200
commitc26c078d8f8b919e840d36c370b6a72dfe7c9385 (patch)
tree2842e306da2d335be36d7a4946824433ca530876
parent10c52e959253185fbf20da967ae8706f6f987f7b (diff)
downloadaur-notary-git.tar.gz
https protocol
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb88b6f9eeaf..ce2f95da4d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = notary-git
pkgdesc = Notary is a project that allows anyone to have trust over arbitrary collections of data.
- pkgver = 0.5.0.r295.ga41821fe
+ pkgver = 0.7.0.r55.g40969cc3
pkgrel = 1
url = https://github.com/theupdateframework/notary
arch = x86_64
license = APACHE
makedepends = git
makedepends = go
- makedepends = godep
- provides = notary=0.5.0.r295.ga41821fe
+ provides = notary=0.7.0.r55.g40969cc3
conflicts = notary-bin
options = !strip
options = !emptydirs
- source = notary-git::git://github.com/theupdateframework/notary.git
+ source = notary-git::git+https://github.com/theupdateframework/notary.git
sha256sums = SKIP
pkgname = notary-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fa3b52989676..8ce00ce01978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Reik Keutterling <spielkind@gmail.com>
pkgname=notary-git
-pkgver=0.5.0.r295.ga41821fe
+pkgver=0.7.0.r55.g40969cc3
pkgrel=1
pkgdesc="Notary is a project that allows anyone to have trust over arbitrary collections of data."
arch=('x86_64')
url="https://github.com/theupdateframework/notary"
license=('APACHE')
-makedepends=('git' 'go' 'godep')
+makedepends=('git' 'go')
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*}-bin)
options=('!strip' '!emptydirs')
-source=($pkgname::git://github.com/theupdateframework/${pkgname%-*}.git)
+source=($pkgname::git+https://github.com/theupdateframework/${pkgname%-*}.git)
sha256sums=('SKIP')
_gourl=github.com/theupdateframework/notary