incremental updates for some PKGBUILDs

This commit is contained in:
Kuba Serafinowski 2013-12-14 00:54:43 +02:00
parent 05d30a5de5
commit 3d4539525f
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ pkgbase = qtweetlib-git
depends = qjson
provides = qtweetlib
conflicts = qtweetlib
options = !strip
options = debug
source = qtweetlib-git::git://github.com/minimoog/QTweetLib.git
md5sums = SKIP

View file

@ -29,7 +29,7 @@ source=("${pkgname}::git://github.com/minimoog/QTweetLib.git")
md5sums=('SKIP')
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then
options=(!strip)
options=('debug')
fi
pkgver() {