Implement source name change

This commit is contained in:
Jguer 2018-05-20 16:24:35 +01:00
parent b63f4c204d
commit e36f52718b
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 4 additions and 4 deletions

@ -1,7 +1,7 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 6.777
pkgrel = 1
pkgrel = 2
url = https://github.com/Jguer/yay
arch = i686
arch = x86_64
@ -16,7 +16,7 @@ pkgbase = yay
conflicts = yay-git
options = !strip
options = !emptydirs
source = https://github.com/Jguer/yay/archive/v6.777.tar.gz
source = yay-6.777.tar.gz::https://github.com/Jguer/yay/archive/v6.777.tar.gz
sha1sums = 5cc83ff7947836ef284b9dba3df5aac96c7f6033
pkgname = yay

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=6.777
pkgrel=1
pkgrel=2
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"
@ -15,7 +15,7 @@ makedepends=(
'go'
)
conflicts=('yay-bin' 'yay-git')
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('5cc83ff7947836ef284b9dba3df5aac96c7f6033')
build() {