summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5063d7206b62..2c42dcc57b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nemo-qml-plugin-dbus
pkgdesc = Provides types to access D-Bus from QML
- pkgver = 2.1.33
+ pkgver = 2.1.34
pkgrel = 1
url = https://github.com/sailfishos/nemo-qml-plugin-dbus
arch = x86_64
arch = aarch64
license = LGPL2.1
depends = qt5-declarative
- source = nemo-qml-plugin-dbus-2.1.33.tar.gz::https://github.com/sailfishos/nemo-qml-plugin-dbus/archive/refs/tags/2.1.33.tar.gz
- b2sums = 5ad3581d6ebb3bbab28c2a47017e93a4905e48dfe744e5890ce2e52fcf96182fb7a1bd48c6d3298e0f98821c5606b26f9d62942823553576ac5ebe7c7bc52bb9
+ source = nemo-qml-plugin-dbus-2.1.34.tar.gz::https://github.com/sailfishos/nemo-qml-plugin-dbus/archive/refs/tags/2.1.34.tar.gz
+ b2sums = 7bd9a07eeadc58e545b944218be071e9dd2724dd0f03a76df04fe78233997827c1162204a2fc8d0b54e19373e3ddb3858418a722ffd122579d25185802567b47
pkgname = nemo-qml-plugin-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 542ae76827ab..a913d72942d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Yvaniak <ewen at philippot dot biz>
+# Maintainer: realroot <scorpion2185@protonmail.com>
+# Former maintainer: Yvaniak <ewen at philippot dot biz>
# Contributor: éclairevoyant
pkgname=nemo-qml-plugin-dbus
-pkgver=2.1.33
+pkgver=2.1.34
pkgrel=1
pkgdesc="Provides types to access D-Bus from QML"
arch=(x86_64 aarch64)
-url="https://github.com/sailfishos/$pkgname"
+url="https://github.com/sailfishos/nemo-qml-plugin-dbus"
license=(LGPL2.1)
depends=(qt5-declarative)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('5ad3581d6ebb3bbab28c2a47017e93a4905e48dfe744e5890ce2e52fcf96182fb7a1bd48c6d3298e0f98821c5606b26f9d62942823553576ac5ebe7c7bc52bb9')
+b2sums=('7bd9a07eeadc58e545b944218be071e9dd2724dd0f03a76df04fe78233997827c1162204a2fc8d0b54e19373e3ddb3858418a722ffd122579d25185802567b47')
build() {
cd $pkgname-$pkgver