Compare commits

..

No commits in common. "522ec133d6c5622bb7377515417aabb035246af9" and "fbbb973dd7eeda04dfc45ac04afa221f97204db0" have entirely different histories.

3 changed files with 7 additions and 9 deletions

View File

@ -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 = 12.5.0 pkgver = 12.4.2
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -18,7 +18,7 @@ pkgbase = yay
optdepends = sudo: privilege elevation optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation optdepends = doas: privilege elevation
options = !lto options = !lto
source = yay-12.5.0.tar.gz::https://github.com/Jguer/yay/archive/v12.5.0.tar.gz source = yay-12.4.2.tar.gz::https://github.com/Jguer/yay/archive/v12.4.2.tar.gz
sha256sums = 086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47 sha256sums = f3f4af5d84f75abc3ea726f192568bdf570e2632b4b3c214effa4bba406ad293
pkgname = yay pkgname = yay

View File

@ -1,6 +1,7 @@
# Maintainer: Jguer <pkgbuilds at jguer.space> # Maintainer: Jguer <pkgbuilds at jguer.space>
pkgver=12.5.0 pkgname=yay
pkgrel=1 pkgver=12.4.2
pkgrel=7
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' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64') arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
@ -17,7 +18,7 @@ optdepends=(
makedepends=('go>=1.21' makedepends=('go>=1.21'
'helloworld') 'helloworld')
source=("${pkgname}-${pkgver}.tar.gz::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")
sha256sums=('086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47') sha256sums=('f3f4af5d84f75abc3ea726f192568bdf570e2632b4b3c214effa4bba406ad293')
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath

View File

@ -1,3 +0,0 @@
git add remote aur https://aur.archlinux.org/yay.git
git fetch aur
git merge -X theirs --no-edit aur/master