Revert versioned dependency

This commit is contained in:
Jguer 2018-12-07 12:43:41 +00:00
parent a9e6a705a8
commit 5bebf57ef4
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 9.0.0
pkgrel = 2
pkgrel = 3
url = https://github.com/Jguer/yay
arch = i686
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = yay
arch = armv6h
arch = aarch64
license = GPL
makedepends = go>=1.11
makedepends = go
depends = pacman>=5.1
depends = sudo
depends = git

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=9.0.0
pkgrel=2
pkgrel=3
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
@ -12,7 +12,7 @@ depends=(
'git'
)
makedepends=(
'go>=1.11'
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('a1398792a8c3811cb330cb894171b58f2a436bfb')