Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / mlite
Commits:
e358eb58 by Felix Yan at 2024-05-04T16:07:38+00:00
upgpkg: 0.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mlite
pkgdesc = Useful classes originating from MeeGo Touch
- pkgver = 0.4.2
+ pkgver = 0.4.3
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.2
- sha512sums =
392a250b6ee210ce8a71d4d0b9b5293c240666cbaf0d91d330bb0e2081367cecd3bd156125697085cf3d7c06497d015d4db46523a624e7fef087b0f24c1999ae
+ source = git+https://github.com/sailfishos/mlite.git#tag=0.4.3
+ sha512sums =
ba337c8ec5e9d4bbc8b710368c10acbfdf0cc8f5fe8f307ef88ee555fddc050c9e2936f43edf63e7ec8b11bcf5394180edbeba572832399f4b27a3c0462c70a9
pkgname = mlite
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=mlite
-pkgver=0.4.2
+pkgver=0.4.3
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=('392a250b6ee210ce8a71d4d0b9b5293c240666cbaf0d91d330bb0e2081367cecd3bd156125697085cf3d7c06497d015d4db46523a624e7fef087b0f24c1999ae')
+sha512sums=('ba337c8ec5e9d4bbc8b710368c10acbfdf0cc8f5fe8f307ef88ee555fddc050c9e2936f43edf63e7ec8b11bcf5394180edbeba572832399f4b27a3c0462c70a9')
prepare() {
cd mlite
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mlite/-/commit/e358eb584754de7a1422286401fc5275c2d035d1
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mlite/-/commit/e358eb584754de7a1422286401fc5275c2d035d1
You're receiving this email because of your account on gitlab.archlinux.org.