Date: Thursday, May 31, 2018 @ 01:58:30
  Author: felixonmars
Revision: 333799

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-31 01:58:10 UTC (rev 333798)
+++ PKGBUILD    2018-05-31 01:58:30 UTC (rev 333799)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=nemo-qml-plugin-notifications
-pkgver=1.0.9
-pkgrel=2
-pkgdesc="Notifications plugin for Nemo Mobile"
-arch=('i686' 'x86_64')
-url="https://github.com/nemomobile/nemo-qml-plugin-notifications";
-license=('BSD')
-depends=('qt5-declarative')
-makedepends=('git')
-source=("git+https://github.com/nemomobile/nemo-qml-plugin-notifications.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd nemo-qml-plugin-notifications
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd nemo-qml-plugin-notifications
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: nemo-qml-plugin-notifications/repos/community-x86_64/PKGBUILD (from rev 
333798, nemo-qml-plugin-notifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-31 01:58:30 UTC (rev 333799)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=nemo-qml-plugin-notifications
+pkgver=1.0.9
+pkgrel=3
+pkgdesc="Notifications plugin for Nemo Mobile"
+arch=('x86_64')
+url="https://github.com/nemomobile/nemo-qml-plugin-notifications";
+license=('BSD')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/nemomobile/nemo-qml-plugin-notifications.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd nemo-qml-plugin-notifications
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd nemo-qml-plugin-notifications
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Reply via email to