summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-12 21:55:18 +1100
committerPumpkinCheshire2020-11-12 21:55:18 +1100
commiteb11d1eb9a32ca97fbf552aeb262bfcd4278d0d5 (patch)
tree7c8f14b8ac2906841917f3efb11567b281b0fbbb /PKGBUILD
parentec7d148cdb2a588344738c0ac17ee77b8f58c91c (diff)
downloadaur-eb11d1eb9a32ca97fbf552aeb262bfcd4278d0d5.tar.gz
move splitted dependencies to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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() {