[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 7 13:33:52 UTC 2019


    Date: Monday, October 7, 2019 @ 13:33:51
  Author: spupykin
Revision: 513737

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
    (from rev 513736, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 13:33:38 UTC (rev 513736)
+++ PKGBUILD	2019-10-07 13:33:51 UTC (rev 513737)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks"
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz")
-sha256sums=('9053e8b333819cfb22d43a486e8151801bf5d33e323d5af543bfd871234d5777')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks "$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 513736, nextcloud-app-bookmarks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-07 13:33:51 UTC (rev 513737)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks"
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz")
+sha256sums=('83ccfc1ff404d5dc07a5133c7e1670c0aab345d61a99f870faae8a9fd77ec59d')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks "$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}



More information about the arch-commits mailing list