Revert versioned dependency

This commit is contained in:
Jguer
2018-12-07 12:43:41 +00:00
parent a9e6a705a8
commit 5bebf57ef4
2 changed files with 4 additions and 4 deletions

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')