summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-12 21:55:18 +1100
committerPumpkinCheshire2020-11-12 21:55:18 +1100
commiteb11d1eb9a32ca97fbf552aeb262bfcd4278d0d5 (patch)
tree7c8f14b8ac2906841917f3efb11567b281b0fbbb
parentec7d148cdb2a588344738c0ac17ee77b8f58c91c (diff)
downloadaur-eb11d1eb9a32ca97fbf552aeb262bfcd4278d0d5.tar.gz
move splitted dependencies to makedepends.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 268582643d40..bda573c33243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = github-release
pkgdesc = Command-line app to create and edit releases on GitHub (and upload artifacts)
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/github-release/github-release
arch = i686
arch = x86_64
license = MIT
makedepends = go
+ makedepends = golang-github-dustin-go-humanize
+ makedepends = golang-github-voxelbrain-goptions
depends = glibc
depends = git
- depends = golang-github-dustin-go-humanize
- depends = golang-github-voxelbrain-goptions
conflicts = github-release-bin
- source = github-release-0.9.0::https://github.com/github-release/github-release/archive/v0.9.0.tar.gz
+ source = github-release-0.9.0.tar.gz::https://github.com/github-release/github-release/archive/v0.9.0.tar.gz
sha512sums = e215215bbb16ac8b275fd710c400b5ac1125b84250f05b276a75830536494f8b9db374021d135a952a456e9419bac952fd2258ef79d1175d539f70cf8a4c1cb8
pkgname = github-release
diff --git a/PKGBUILD b/PKGBUILD
index f03471a8a225..463d0e2f4eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
+# Maintainer: PumpkinCheshire <sollyonzou@gmail.com>
+# Contributor: Brenton Horne <brentonhorne77 at gmail dot com>
pkgname=github-release
_name=github-release
_author=github-release
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line app to create and edit releases on GitHub (and upload artifacts)"
arch=('i686' 'x86_64')
url="https://github.com/github-release/${pkgname}"
-makedepends=('go')
-depends=('glibc' 'git' 'golang-github-dustin-go-humanize' 'golang-github-voxelbrain-goptions')
+makedepends=('go' 'golang-github-dustin-go-humanize' 'golang-github-voxelbrain-goptions')
+depends=('glibc' 'git')
conflicts=("${pkgname}-bin")
license=('MIT')
-source=("$_name-$pkgver::${url}/archive/v${pkgver}.tar.gz")
+source=("$_name-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('e215215bbb16ac8b275fd710c400b5ac1125b84250f05b276a75830536494f8b9db374021d135a952a456e9419bac952fd2258ef79d1175d539f70cf8a4c1cb8')
prepare() {