Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-calculator
Commits:
0cf8dd31 by Felix Yan at 2025-12-09T20:35:02+08:00
upgpkg: 6.5.30-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-calculator
pkgdesc = An easy to use calculator for ordinary users
- pkgver = 6.5.29
+ pkgver = 6.5.30
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-calculator
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = deepin-calculator
depends = hicolor-icon-theme
depends = qt6-base
depends = qt6-svg
- source =
git+https://github.com/linuxdeepin/deepin-calculator.git#tag=6.5.29
- sha512sums =
e262daa7ba4f12a677c97b37eb46224945a0f63a842ed1402d20b6ddab7cb2ce7d3af42f3d29e54d22ea982abf802622950588761dfe4c63a781f8b726118997
+ source =
git+https://github.com/linuxdeepin/deepin-calculator.git#tag=6.5.30
+ sha512sums =
2480c287ccbdd983c2a6394a234ff5b2e1c1e4c2a556fe0ba25389f8d20e905ca77c677fb715d9c9f59ee83d940f7641d7aea789a8d28a3d5ff36d5b95b8bb50
pkgname = deepin-calculator
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-calculator
-pkgver=6.5.29
+pkgver=6.5.30
pkgrel=1
pkgdesc='An easy to use calculator for ordinary users'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'glibc' 'gcc-libs'
'hicolor-icon-them
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'clang' 'qt6-declarative')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-calculator.git#tag=$pkgver")
-sha512sums=('e262daa7ba4f12a677c97b37eb46224945a0f63a842ed1402d20b6ddab7cb2ce7d3af42f3d29e54d22ea982abf802622950588761dfe4c63a781f8b726118997')
+sha512sums=('2480c287ccbdd983c2a6394a234ff5b2e1c1e4c2a556fe0ba25389f8d20e905ca77c677fb715d9c9f59ee83d940f7641d7aea789a8d28a3d5ff36d5b95b8bb50')
prepare() {
cd deepin-calculator
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-calculator/-/commit/0cf8dd31fd76e6934bfebe068d98c5f512da2285
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-calculator/-/commit/0cf8dd31fd76e6934bfebe068d98c5f512da2285
You're receiving this email because of your account on gitlab.archlinux.org.