Date: Saturday, December 3, 2022 @ 08:11:13
  Author: felixonmars
Revision: 1356293

archrelease: copy trunk to community-x86_64

Added:
  nemo-qml-plugin-notifications/repos/community-x86_64/PKGBUILD
    (from rev 1356292, nemo-qml-plugin-notifications/trunk/PKGBUILD)
Deleted:
  nemo-qml-plugin-notifications/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-03 08:11:04 UTC (rev 1356292)
+++ PKGBUILD    2022-12-03 08:11:13 UTC (rev 1356293)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=nemo-qml-plugin-notifications
-pkgver=1.0.12
-pkgrel=1
-pkgdesc="Notifications plugin for Nemo Mobile"
-arch=('x86_64')
-url="https://github.com/sailfishos/nemo-qml-plugin-notifications";
-license=('BSD')
-depends=('qt5-declarative')
-source=("https://github.com/sailfishos/nemo-qml-plugin-notifications/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('b2cb821e0ac1f8eb574334028bdb519caa087d4188198f2a50def86969fb2fe70b11f672c82b0d2e71588fd4d3bd4c68c689a010cb37a72c51657625a0760d31')
-
-build() {
-  cd nemo-qml-plugin-notifications-$pkgver
-  qmake-qt5
-  make
-}
-
-package() {
-  cd nemo-qml-plugin-notifications-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: nemo-qml-plugin-notifications/repos/community-x86_64/PKGBUILD (from rev 
1356292, nemo-qml-plugin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-03 08:11:13 UTC (rev 1356293)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=nemo-qml-plugin-notifications
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Notifications plugin for Nemo Mobile"
+arch=('x86_64')
+url="https://github.com/sailfishos/nemo-qml-plugin-notifications";
+license=('BSD')
+depends=('qt5-declarative')
+source=("https://github.com/sailfishos/nemo-qml-plugin-notifications/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('b95194b21fb383af7d1207ed3e7fe1c5262900141272327d2513c2330030c6ea4f92510b0a007210a2167a76b685e12dfc4e1145b73faf007a724f4044706d3f')
+
+build() {
+  cd nemo-qml-plugin-notifications-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd nemo-qml-plugin-notifications-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to