summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2021-03-20 18:46:13 +0100
committerjguer2021-03-20 18:46:13 +0100
commit24c9f514a0c294c12e2233c397d7c759810db559 (patch)
tree1ddb6442eec39f4a5cb9fc251b8f19a30d9aec3d
parent39be6879b68df8f78dde116326b453fdaca7bc9c (diff)
downloadaur-24c9f514a0c294c12e2233c397d7c759810db559.tar.gz
upgpkg: yay-git 10.2.0.r7.g6d4c247-2
allow build stripping
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78c0c276fa85..d7459b132197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yay-git
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. (development version)
pkgver = 10.2.0.r7.g6d4c247
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = i686
arch = pentium4
@@ -18,8 +18,6 @@ pkgbase = yay-git
optdepends = sudo
provides = yay
conflicts = yay
- options = !strip
- options = !emptydirs
source = yay::git+https://github.com/Jguer/yay.git#branch=next
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0bf4eab969f1..766d9ab377a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
pkgname="yay-git"
_pkgname="yay"
pkgver=10.2.0.r7.g6d4c247
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. (development version)"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL3')
-options=('!strip' '!emptydirs')
depends=(
'pacman>5'
'git'