[arch-commits] Commit in mailnag-goa-plugin/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 17:31:38 UTC 2020


    Date: Wednesday, May 27, 2020 @ 17:31:37
  Author: bgyorgy
Revision: 635967

archrelease: copy trunk to community-any

Added:
  mailnag-goa-plugin/repos/community-any/PKGBUILD
    (from rev 635966, mailnag-goa-plugin/trunk/PKGBUILD)
Deleted:
  mailnag-goa-plugin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 17:31:33 UTC (rev 635966)
+++ PKGBUILD	2020-05-27 17:31:37 UTC (rev 635967)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
-
-pkgname=mailnag-goa-plugin
-pkgver=1.2.0+3+ga8ccbe7
-pkgrel=1
-pkgdesc="Mailnag GNOME Online Accounts plugin"
-arch=('any')
-url="https://github.com/pulb/mailnag-goa-plugin"
-license=('GPL')
-depends=('gnome-online-accounts' 'mailnag')
-makedepends=(git)
-_commit=a8ccbe77adadc0ea01899f5cfc465d3ac22debb2  # master
-source=("git+https://github.com/pulb/mailnag-goa-plugin.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mailnag-goa-plugin/repos/community-any/PKGBUILD (from rev 635966, mailnag-goa-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 17:31:37 UTC (rev 635967)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
+
+pkgname=mailnag-goa-plugin
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Mailnag GNOME Online Accounts plugin"
+arch=('any')
+url="https://github.com/pulb/mailnag-goa-plugin"
+license=('GPL')
+depends=('gnome-online-accounts' 'mailnag')
+makedepends=(git)
+_commit=67596108fa648d47c1a8eb968784809696c08a73  # tags/v2.0.0
+source=("git+https://github.com/pulb/mailnag-goa-plugin.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list