summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2016-09-18 05:42:02 +0200
committerfunilrys2016-09-18 05:42:02 +0200
commit6a1c7f73da6ec783386fdc57c403b3fcdabb32af (patch)
tree1cc5132001b29f9f984f0cda3b883afc676029dd
parent8ead4b9c226b72cd9a250477fc22fc837731c471 (diff)
downloadaur-6a1c7f73da6ec783386fdc57c403b3fcdabb32af.tar.gz
Update to v6.11.2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2b17584dde..e9d450be4630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bouml
arch = x86_64
license = GPL
depends = qt4
+ options = !strip
source_i686 = https://github.com/funilrys/archlinux-bouml-src/archive/v6.11.2-32.tar.gz
sha512sums_i686 = 0bce76915139f31dbd204d69b9ab2fe455df370c7b4aa2b4635e90cedcccda63613bc747c33c27d61fe9824357e47d2bd313b20ef1665f8d44bc65fef9328020
source_x86_64 = https://github.com/funilrys/archlinux-bouml-src/archive/v6.11.2-64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8558a67d446d..e0a5fc8fe10c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=6.11.2
pkgrel=1
pkgdesc='A free UML 2 tool box allowing you to specify and generate code in C++, Java, Idl, Php and Python. '
arch=('i686' 'x86_64')
-# options=('!strip')
+options=('!strip')
url='http://bouml.fr/'
license=('GPL')
depends=('qt4')