summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2023-04-22 11:29:31 +0200
committerMartin Dünkelmann2023-04-22 11:29:31 +0200
commit9969a7a7406517444255206a585a506723925496 (patch)
tree1df29e1fe46d03400d5be80e424fae0c5ceb4978
parent1d195eed9f4b3cc58f1d879917b190b06670c515 (diff)
downloadaur-9969a7a7406517444255206a585a506723925496.tar.gz
perf: avoid double packaging
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062b4d82459f..f608296cb4ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moneymanagerex
pkgdesc = MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest tagged version.
pkgver = 1.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.moneymanagerex.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 626d8cacfa45..e5ded7e2d69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=moneymanagerex
pkgver=1.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite. This package will always point to the newest tagged version."
arch=('x86_64')
url="http://www.moneymanagerex.org/"
@@ -34,9 +34,9 @@ build() {
# Disable all warnings when building, then configure CMake
export CXXFLAGS=-w
- cmake -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config .
+ cmake -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX='/usr' -Wno-dev -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config .
- cmake --build . --target package
+ cmake --build .
}
package() {