Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / mlite
Commits:
28d5d64c by Felix Yan at 2024-10-14T12:09:06+03:00
upgpkg: 0.4.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mlite
pkgdesc = Useful classes originating from MeeGo Touch
- pkgver = 0.4.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/sailfishos/mlite
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = mlite
makedepends = qt5-tools
depends = qt5-base
depends = dconf
- source = git+https://github.com/sailfishos/mlite.git#tag=0.4.3
- sha512sums =
ba337c8ec5e9d4bbc8b710368c10acbfdf0cc8f5fe8f307ef88ee555fddc050c9e2936f43edf63e7ec8b11bcf5394180edbeba572832399f4b27a3c0462c70a9
+ source = git+https://github.com/sailfishos/mlite.git#tag=0.4.4
+ sha512sums =
aa17b4389d8ad28f9c1a159100c6f4d0ff915d638d05e5d131a1923af8faf755a55422096f11167a7e30155dbae72e9139eae72406aee29e4ba2921c68740593
pkgname = mlite
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=mlite
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="Useful classes originating from MeeGo Touch"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('qt5-base' 'dconf')
makedepends=('git' 'qt5-tools')
source=("git+https://github.com/sailfishos/mlite.git#tag=$pkgver")
-sha512sums=('ba337c8ec5e9d4bbc8b710368c10acbfdf0cc8f5fe8f307ef88ee555fddc050c9e2936f43edf63e7ec8b11bcf5394180edbeba572832399f4b27a3c0462c70a9')
+sha512sums=('aa17b4389d8ad28f9c1a159100c6f4d0ff915d638d05e5d131a1923af8faf755a55422096f11167a7e30155dbae72e9139eae72406aee29e4ba2921c68740593')
prepare() {
cd mlite
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mlite/-/commit/28d5d64cf71891f0a1eed14ddabe60c2b79a849b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mlite/-/commit/28d5d64cf71891f0a1eed14ddabe60c2b79a849b
You're receiving this email because of your account on gitlab.archlinux.org.