generated from archlinux/template
Updates to 2.297
This commit is contained in:
parent
54cc7e0a1c
commit
ab689aee5f
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 2.219
|
||||
pkgrel = 3
|
||||
pkgver = 2.297
|
||||
pkgrel = 1
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -15,8 +15,8 @@ pkgbase = yay
|
||||
conflicts = yay-git
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = https://github.com/Jguer/yay/archive/v2.219.tar.gz
|
||||
sha1sums = 674392963a80093d04c7a8ed0aea0adc541dc003
|
||||
source = https://github.com/Jguer/yay/archive/v2.297.tar.gz
|
||||
sha1sums = 804324fc7176e31c6aaad79d598ce39cd3c4663a
|
||||
|
||||
pkgname = yay
|
||||
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/*.tar.xz
|
||||
/*.tar.gz
|
||||
/pkg
|
||||
/src
|
||||
/yay
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=2.219
|
||||
pkgrel=3
|
||||
pkgver=2.297
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||
url="https://github.com/Jguer/yay"
|
||||
@ -16,7 +16,7 @@ makedepends=(
|
||||
)
|
||||
conflicts=('yay-bin' 'yay-git')
|
||||
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha1sums=('674392963a80093d04c7a8ed0aea0adc541dc003')
|
||||
sha1sums=('804324fc7176e31c6aaad79d598ce39cd3c4663a')
|
||||
|
||||
prepare() {
|
||||
export GOPATH="${srcdir}/.go"
|
||||
|
Loading…
x
Reference in New Issue
Block a user