summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2020-12-27 15:34:50 +0800
committeryjun2020-12-27 15:34:50 +0800
commitd5a5d51cead873d0edca75f843bb47edff9a82f0 (patch)
tree9ced742739ee314670a3901164dddc9665a64572
parent6e437975f701213b37e6f5eae5f77289c105d9c0 (diff)
downloadaur-d5a5d51cead873d0edca75f843bb47edff9a82f0.tar.gz
explain the option of !strip
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2f66147161c..22bb05e5072b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ depends=('mpg123'
makedepends=('dart')
provides=("${pkgname}-bin")
conflicts=("${pkgname}-bin")
+# strip option could destroy the executable :
+# https://github.com/dart-lang/sdk/issues/38731
options=('!strip')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
sha256sums=('be84b4db8841f9b03e86a70b9000c7a1fa8db417641e460f6d810b0959bc0fd5')