summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-01-23 22:12:36 +0100
committerJules Roumieux2017-01-23 22:12:36 +0100
commit925ae9a174e69736abb52b09f664b09c21148f74 (patch)
tree97129ec5fbd076b92015df99f9cb37081a7ef3bc
parentb46f4f5a3d9e5760ad056dc749342a0135464700 (diff)
downloadaur-925ae9a174e69736abb52b09f664b09c21148f74.tar.gz
Added !strip
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52581b490dea..2a04e1d7ce66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = gint-git
depends = fxsdk
depends = sh3eb-elf-binutils
depends = sh3eb-elf-gcc
+ options = !strip
source = git+http://git.planet-casio.com/lephe/gint.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 39aa8c5caaef..352bdc6fefb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=2
pkgdesc="Gint and a libc for the Casio fx9860 calculators"
arch=("i686" "x86_64")
depends=("fxsdk" "sh3eb-elf-binutils" "sh3eb-elf-gcc")
+options=(!strip)
source=("git+http://git.planet-casio.com/lephe/$basename.git")
md5sums=("SKIP")