This commit is contained in:
Jguer 2018-02-17 18:33:22 +00:00
parent 7399e32e04
commit 6873fcb345
2 changed files with 7 additions and 9 deletions

View File

@ -1,11 +1,12 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 2.303
pkgver = 2.350
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
arch = x86_64
arch = armv7h
arch = armv6h
arch = aarch64
license = GPL
makedepends = git
@ -15,8 +16,8 @@ pkgbase = yay
conflicts = yay-git
options = !strip
options = !emptydirs
source = https://github.com/Jguer/yay/archive/v2.303.tar.gz
sha1sums = e1175e534b9876ce9c422dfad6b19d0c7fa31acb
source = https://github.com/Jguer/yay/archive/v2.350.tar.gz
sha1sums = 06d110e83e183e8b4cc2aacef6a848ec1a8440d4
pkgname = yay

View File

@ -1,9 +1,9 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=2.303
pkgver=2.350
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
options=('!strip' '!emptydirs')
@ -16,7 +16,7 @@ makedepends=(
)
conflicts=('yay-bin' 'yay-git')
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('e1175e534b9876ce9c422dfad6b19d0c7fa31acb')
sha1sums=('06d110e83e183e8b4cc2aacef6a848ec1a8440d4')
prepare() {
export GOPATH="${srcdir}/.go"
@ -37,9 +37,6 @@ package() {
_output="${srcdir}/$pkgname-$pkgver"
install -Dm755 "${_output}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
# Install GLP v3
# install -Dm644 "${_output}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname/-bin/}/LICENSE"
# Install manpage
install -Dm644 "${_output}/yay.8" "${pkgdir}/usr/share/man/man8/yay.8"