summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ddef9c0991..43a3351c31df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,8 +15,6 @@ pkgbase = yay
depends = git
conflicts = yay-bin
conflicts = yay-git
- options = !strip
- options = !emptydirs
source = yay-7.885.tar.gz::https://github.com/Jguer/yay/archive/v7.885.tar.gz
sha1sums = fa772179c6827c221ca3438f4cfdb77c9d08cb7e
diff --git a/PKGBUILD b/PKGBUILD
index 9bb45df757a5..7a49bafdafb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
-options=('!strip' '!emptydirs')
depends=(
'pacman>=5.1'
'sudo'