Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / startdde
Commits:
9da88f62 by Felix Yan at 2024-11-05T04:39:13+02:00
upgpkg: 6.0.15-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = startdde
pkgdesc = starter of deepin desktop environment
- pkgver = 6.0.14
- pkgrel = 2
+ pkgver = 6.0.15
+ pkgrel = 1
url = https://github.com/linuxdeepin/startdde
arch = x86_64
groups = deepin
@@ -16,7 +16,7 @@ pkgbase = startdde
depends = libx11
depends = libxi
depends = deepin-wloutput-daemon
- source =
https://github.com/linuxdeepin/startdde/archive/6.0.14/startdde-6.0.14.tar.gz
- sha512sums =
e7d9c4d2f9fe01b9599b535f39e1693489c76fe6635895946e7e024fbc964abe2d163c6ee8a069a763333eb9cf0b54d3f308e901a53ed150a225f13122aef416
+ source =
https://github.com/linuxdeepin/startdde/archive/6.0.15/startdde-6.0.15.tar.gz
+ sha512sums =
bad3b2685b8ba7698612b16106cc6174565c689fef610be83ea226dd685fb2ac65b4173d818b904672f98783358541813ae68b864fae637c0f542f6c7249df68
pkgname = startdde
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=startdde
-pkgver=6.0.14
-pkgrel=2
+pkgver=6.0.15
+pkgrel=1
pkgdesc="starter of deepin desktop environment"
arch=('x86_64')
url="https://github.com/linuxdeepin/startdde"
@@ -15,7 +15,7 @@ depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgudev' 'libx11'
'libxi'
makedepends=('go' 'git')
groups=('deepin')
source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e7d9c4d2f9fe01b9599b535f39e1693489c76fe6635895946e7e024fbc964abe2d163c6ee8a069a763333eb9cf0b54d3f308e901a53ed150a225f13122aef416')
+sha512sums=('bad3b2685b8ba7698612b16106cc6174565c689fef610be83ea226dd685fb2ac65b4173d818b904672f98783358541813ae68b864fae637c0f542f6c7249df68')
prepare() {
cd startdde-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/9da88f62d622900bdd9037ff479a875df944546d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/9da88f62d622900bdd9037ff479a875df944546d
You're receiving this email because of your account on gitlab.archlinux.org.