Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkgui
Commits:
04c52364 by Felix Yan at 2024-09-28T20:01:43+03:00
upgpkg: 1:5.6.32-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dtkgui
pkgdesc = Deepin Toolkit, gui module for DDE look and feel
- pkgver = 5.6.31
- pkgrel = 2
+ pkgver = 5.6.32
+ pkgrel = 1
epoch = 1
url = https://github.com/linuxdeepin/dtkgui
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = dtkgui
depends = glib2
depends = libx11
depends = gcc-libs
- source = git+https://github.com/linuxdeepin/dtkgui.git#tag=5.6.31
- sha512sums =
08edb8c700410302a22672e90f3e5064bbbac7b202298b018a9819b2566345e2fb624fe5ccb257eebed7eb0dc44b807f362b73892d241333fe1fcab04c21b1e7
+ source = git+https://github.com/linuxdeepin/dtkgui.git#tag=5.6.32
+ sha512sums =
b616ec1504ac25fea3d0b29d012d5dfb35b2002963151788dd968310b1268757c804d694dc5808ae4e7d65e9bd5f773896204972ea615fcf83bd46e08f857eab
pkgname = dtkgui
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=dtkgui
-pkgver=5.6.31
-pkgrel=2
+pkgver=5.6.32
+pkgrel=1
epoch=1
pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL3')
depends=('dtkcore' 'freeimage' 'libraw' 'libqt5xdg' 'librsvg' 'qt5-base'
'glib2' 'libx11' 'gcc-libs')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'gtest' 'doxygen')
source=("git+https://github.com/linuxdeepin/dtkgui.git#tag=$pkgver")
-sha512sums=('08edb8c700410302a22672e90f3e5064bbbac7b202298b018a9819b2566345e2fb624fe5ccb257eebed7eb0dc44b807f362b73892d241333fe1fcab04c21b1e7')
+sha512sums=('b616ec1504ac25fea3d0b29d012d5dfb35b2002963151788dd968310b1268757c804d694dc5808ae4e7d65e9bd5f773896204972ea615fcf83bd46e08f857eab')
build() {
cd dtkgui
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/04c523643c317ff17f34d3672bafe539856c929f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/04c523643c317ff17f34d3672bafe539856c929f
You're receiving this email because of your account on gitlab.archlinux.org.