diff --git a/main/php7/.checksums b/archived/php7/.checksums similarity index 100% rename from main/php7/.checksums rename to archived/php7/.checksums diff --git a/main/php7/.pkgfiles b/archived/php7/.pkgfiles similarity index 100% rename from main/php7/.pkgfiles rename to archived/php7/.pkgfiles diff --git a/main/php7/spkgbuild b/archived/php7/spkgbuild similarity index 100% rename from main/php7/spkgbuild rename to archived/php7/spkgbuild diff --git a/main/audacity/spkgbuild b/main/audacity/spkgbuild index f02ae77ff..84bf242ce 100755 --- a/main/audacity/spkgbuild +++ b/main/audacity/spkgbuild @@ -3,7 +3,7 @@ name=audacity version=3.3.3 -release=1 +release=2 source="$name-$version.tar.gz::https://github.com/$name/$name/archive/refs/tags/Audacity-$version.tar.gz" build() { @@ -15,7 +15,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ - -DAUDACITY_BUILD_LEVEL=2 \ -Daudacity_conan_enabled=OFF \ -Daudacity_has_vst3=OFF \ -Daudacity_has_crashreports=OFF \