summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaruue Icymoon2017-12-06 18:51:32 +0800
committerHaruue Icymoon2017-12-06 18:51:32 +0800
commit52ddcff8f8091858495daf0d2e456be7b3eca195 (patch)
tree715c9145276729e20b3badb5012e9a3beadb1788
parent0725824fbb0ef6aeb6b3ddcb745aad102326396d (diff)
downloadaur-52ddcff8f8091858495daf0d2e456be7b3eca195.tar.gz
chore: enable strip
Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f0ce19b922..18e94d43bcd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electroneum-git
pkgdesc = Secure, private, mobile based cryptocurrency, git version
pkgver = 0.11.0.0.r12.g31af2ce5
- pkgrel = 4
+ pkgrel = 5
url = https://electroneum.com
install = electroneum.install
arch = any
@@ -19,7 +19,6 @@ pkgbase = electroneum-git
optdepends = graphviz: documentation
provides = electroneum=0.11.0.0.r12.g31af2ce5
conflicts = electroneum
- options = !strip
backup = etc/electroneumd.conf
source = electroneum::git+https://github.com/electroneum/electroneum.git
source = electroneumd.service
diff --git a/PKGBUILD b/PKGBUILD
index c122fcf1ac18..e33382106c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electroneum-git
pkgver=0.11.0.0.r12.g31af2ce5
-pkgrel=4
+pkgrel=5
pkgdesc='Secure, private, mobile based cryptocurrency, git version'
arch=('any')
url='https://electroneum.com'
@@ -27,7 +27,7 @@ source=("electroneum"::"git+https://github.com/electroneum/electroneum.git"
md5sums=('SKIP'
'614c615d7218e4745bb6016644e71156'
'ae1bcb862a92f9996a08a0025d828e0f')
-options=('!strip')
+#options=('!strip')
backup=('etc/electroneumd.conf')
install=electroneum.install