Skip to content

Commit

Permalink
Merge pull request #217 from jmlich/master
Browse files Browse the repository at this point in the history
nemo-qml-plugins-{dbus,configuration,notifications} updates
  • Loading branch information
neochapay authored Jan 13, 2023
2 parents d2f9a40 + 857bdeb commit 0b75dc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nemo-qml-plugin-configuration/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Maintainer: James Kittsmiller (AJSlye) <[email protected]>

pkgname=nemo-qml-plugin-configuration
pkgver=0.2.6
pkgver=0.2.7
pkgrel=1
pkgdesc="Configuration plugin for Nemo Mobile"
arch=('x86_64' 'aarch64')
url="https://github.com/sailfishos/nemo-qml-plugin-configuration"
license=('BSD')
depends=('mlite' 'nemo-qml-plugin-dbus')
source=("${url}/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('5d619e6185e7a8a46212bb73c0cbfcead374c4565de8c2e32319a36ce7c5aa2a')
sha256sums=('23b26e861f62f37709802ebc96049f30cfbef71d0c9b16433ef828fb7bea7e6b')

build() {
cd $pkgname-$pkgver
Expand Down
4 changes: 2 additions & 2 deletions nemo-qml-plugin-dbus/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Bernhard Landauer <[email protected]>

pkgname=nemo-qml-plugin-dbus
pkgver=2.1.30
pkgver=2.1.31
pkgrel=1
pkgdesc="Nemo Mobile D-Bus QML Plugin."
arch=('x86_64' 'aarch64')
url="https://github.com/sailfishos/$pkgname"
license=('LGPL2')
depends=('qt5-base' 'qt5-declarative')
source=("$url/archive/refs/tags/$pkgver.tar.gz")
md5sums=('74fc6c2e773fdf09d02e38215c677f63')
sha256sums=('d964c9eeb46e0ed3521fa0d5401e3aa487106a366871a29601ed2935e33fd637')

build() {
cd $pkgname-$pkgver
Expand Down
4 changes: 2 additions & 2 deletions nemo-qml-plugin-notifications/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# Maintainer: James Kittsmiller (AJSlye) <[email protected]>

pkgname=nemo-qml-plugin-notifications
pkgver=1.2.16
pkgver=1.2.19
pkgrel=1
pkgdesc="Nemo QML notifications plugin"
arch=('x86_64' 'aarch64')
url="https://github.com/sailfishos/nemo-qml-plugin-notifications"
license=('BSD-3-Clause')
depends=('qt5-declarative')
source=("${url}/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('8c56b7f5bc1a9fc1e8fe46f3ca3b290d901456d4a1e875606501c6141db7343f')
sha256sums=('75ca3bf1039c0ff7fdcc95554c13b6d5f36a0e3a6313397a4cc4829ab5daeb6c')

build() {
cd $pkgname-$pkgver
Expand Down

0 comments on commit 0b75dc2

Please sign in to comment.