summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-03-20 22:14:39 +0330
committerAmin Vakil2021-03-20 22:14:39 +0330
commit907a08acd4a91d83e4b7877bf2e701af5fd2147b (patch)
tree7cfc0a78faf4362a46a715c165f48c49fbdb0717
parent8bf80aa90d919b468248da92a61f3214a2feffa9 (diff)
downloadaur-907a08acd4a91d83e4b7877bf2e701af5fd2147b.tar.gz
Add !strip to options
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24e2d39bcb4..e895b2459647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = drupal8-git
license = GPL
makedepends = git
depends = php
+ options = !strip
source = git+https://git.drupalcode.org/project/drupal.git#branch=8.9.x
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb5c2908bd7d..e6b4f208e9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="http://drupal.org"
license=('GPL')
makedepends=('git')
depends=('php')
+options=(!strip)
source=('git+https://git.drupalcode.org/project/drupal.git#branch=8.9.x')
sha256sums=('SKIP')