Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hash-o-matic


Commits:
e272ec6a by Balló György at 2026-01-25T00:37:12+01:00
upgpkg: 1.0.1-2: Don't build in debug mode

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hash-o-matic
        pkgdesc = Simple hash validator allowing to compare two files, generate 
the checksum of a file and verify if a hash matches a file
        pkgver = 1.0.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://apps.kde.org/hashomatic/
        arch = x86_64
        license = LGPL-2.1-or-later


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=hash-o-matic
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple hash validator allowing to compare two files, generate the 
checksum of a file and verify if a hash matches a file'
 arch=(x86_64)
 url='https://apps.kde.org/hashomatic/'
@@ -44,7 +44,8 @@ prepare() {
 
 build() {
   cmake -S $pkgname -B build -G Ninja \
-    -D CMAKE_INSTALL_PREFIX=/usr
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D CMAKE_BUILD_TYPE=None
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hash-o-matic/-/commit/e272ec6a42f460ebfc026eff9c2606e94baa5aa0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hash-o-matic/-/commit/e272ec6a42f460ebfc026eff9c2606e94baa5aa0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to