mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 19:20:23 +01:00
incremental updates for some PKGBUILDs
This commit is contained in:
parent
05d30a5de5
commit
3d4539525f
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue