summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Deininger2016-05-06 19:15:55 -0700
committerJeremy Deininger2016-05-06 19:15:55 -0700
commit57aca911413ca2c1b50b4cddf496fc4c9253224c (patch)
tree8ef8eaf5a24def3b6e86e3938df59ddf36f35d03
parent0d981d3dd8e65d4aa58dae2095a641d451ad3e54 (diff)
downloadaur-57aca911413ca2c1b50b4cddf496fc4c9253224c.tar.gz
removing un-necessary provides and replaces options from pkgbuild
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ec936913dd..21f848c00b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,32 +1,11 @@
-# Generated by mksrcinfo v8
-# Thu Feb 18 02:46:49 UTC 2016
pkgbase = update-ssh-keys
pkgdesc = SSH Key helper binary from github.com/coreos/update-ssh-keys
- pkgver = 0.0.1
+ pkgver = r23.96fe9ef
pkgrel = 1
url = https://github.com/coreos/update-ssh-keys
arch = x86_64
license = apache
makedepends = go
- provides = update-ssh-keys
- replaces = update-ssh-keys
- source = update-ssh-keys::git+https://github.com/coreos/update-ssh-keys
- md5sums = SKIP
-
-pkgname = update-ssh-keys
-
-# Generated by makepkg 5.0.0
-# Sun Mar 6 09:28:14 UTC 2016
-pkgbase = update-ssh-keys
- pkgdesc = SSH Key helper binary from github.com/coreos/update-ssh-keys
- pkgver = r21.206b3aa
- pkgrel = 1
- url = https://github.com/coreos/update-ssh-keys
- arch = x86_64
- license = apache
- makedepends = go
- provides = update-ssh-keys
- replaces = update-ssh-keys
source = update-ssh-keys::git+https://github.com/coreos/update-ssh-keys
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1151d9f67e86..030200101721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,11 @@
pkgname=update-ssh-keys
-pkgver=r21.206b3aa
+pkgver=r23.96fe9ef
pkgrel=1
pkgdesc="SSH Key helper binary from github.com/coreos/update-ssh-keys"
arch=('x86_64')
url="https://github.com/coreos/update-ssh-keys"
license=(apache)
makedepends=('go')
-provides=('update-ssh-keys')
-replaces=('update-ssh-keys')
source=("$pkgname::git+$url")
md5sums=('SKIP')