generated from archlinux/template
v5.657
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
4648e08228
commit
fd37fa3748
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 = 5.608
|
pkgver = 5.657
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -16,8 +16,8 @@ pkgbase = yay
|
|||||||
conflicts = yay-git
|
conflicts = yay-git
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/Jguer/yay/archive/v5.608.tar.gz
|
source = https://github.com/Jguer/yay/archive/v5.657.tar.gz
|
||||||
sha1sums = bc8bc58a9e48befe6ae9def129a021a49cc9c1a0
|
sha1sums = 4b0cbe69b60151ef87af2ec0170f7064a90e4aa5
|
||||||
|
|
||||||
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=5.608
|
pkgver=5.657
|
||||||
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' 'armv6h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'armv6h' '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=('bc8bc58a9e48befe6ae9def129a021a49cc9c1a0')
|
sha1sums=('4b0cbe69b60151ef87af2ec0170f7064a90e4aa5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user