generated from archlinux/template
303
This commit is contained in:
parent
79d9b5d3df
commit
7399e32e04
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = yay
|
pkgbase = yay
|
||||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||||
pkgver = 2.300
|
pkgver = 2.303
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -15,8 +15,8 @@ pkgbase = yay
|
|||||||
conflicts = yay-git
|
conflicts = yay-git
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/Jguer/yay/archive/v2.300.tar.gz
|
source = https://github.com/Jguer/yay/archive/v2.303.tar.gz
|
||||||
sha1sums = 754f6ad2ac1f6be23ddbb4f17bdd9df7995189f2
|
sha1sums = e1175e534b9876ce9c422dfad6b19d0c7fa31acb
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=2.300
|
pkgver=2.303
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||||
@ -16,7 +16,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
conflicts=('yay-bin' 'yay-git')
|
conflicts=('yay-bin' 'yay-git')
|
||||||
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||||
sha1sums=('754f6ad2ac1f6be23ddbb4f17bdd9df7995189f2')
|
sha1sums=('e1175e534b9876ce9c422dfad6b19d0c7fa31acb')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
export GOPATH="${srcdir}/.go"
|
export GOPATH="${srcdir}/.go"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user