summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-04-10 09:37:40 +0200
committerKuba Serafinowski2012-04-10 09:37:40 +0200
commita5c2fd081a24c3921721743ec7df15a16b565fef (patch)
tree7e39e856e3883af946477aa2f6799f40d491bacc
parentc95b70d9ac7055b520323bd73eaddd1b810e6792 (diff)
downloadaur-a5c2fd081a24c3921721743ec7df15a16b565fef.tar.gz
typofix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8264acd4ab3a..6ca82d6932fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ conflicts=('jreen-git')
options=(!strip)
source=(http://qutim.org/dwnl/33/${_name}-${pkgver}.tar.bz2)
md5sums=('f74492bbdf8e238e281aa1778725e714')
-
+
# Clean options array to strip pkg if release buildtype is chosen
if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then
options=()