summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2021-01-29 21:53:16 +0100
committerjguer2021-01-29 21:53:16 +0100
commit4f61e7ce6a7ef3ca03710473720ea196a0e1163f (patch)
treec5b447deed5fee0b17c62a6fab7c68f6e317bc3b
parentbd6082f85f9a769defb424e4dd18ce4037b06ef0 (diff)
downloadaur-4f61e7ce6a7ef3ca03710473720ea196a0e1163f.tar.gz
upgpkg: yay-bin 10.1.2-2
upgpkg: yay-git 10.1.2.r0.g7d849a8-2 upgpkg: yay 10.1.2-2 make sudo opt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bb9dc1b6771..bfb15b8f51ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 10.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = i686
arch = pentium4
@@ -13,8 +13,8 @@ pkgbase = yay
license = GPL
makedepends = go
depends = pacman>5
- depends = sudo
depends = git
+ optdepends = sudo
source = yay-10.1.2.tar.gz::https://github.com/Jguer/yay/archive/v10.1.2.tar.gz
sha256sums = 203ac178fcece5edbeaae40813b69f49d9af346a9bb4579252ba4a2eb2225f52
diff --git a/PKGBUILD b/PKGBUILD
index e7595b39931e..b20fa499bb58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=10.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'pacman>5'
- 'sudo'
'git'
)
+optdepends=(
+ 'sudo'
+)
makedepends=(
'go'
)