[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Oct 10 09:16:32 UTC 2017
Date: Tuesday, October 10, 2017 @ 09:16:30
Author: spupykin
Revision: 262285
archrelease: copy trunk to community-any
Added:
nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 262284, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
nextcloud-app-contacts/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-10 09:16:05 UTC (rev 262284)
+++ PKGBUILD 2017-10-10 09:16:30 UTC (rev 262285)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=nextcloud-app-contacts
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/"
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/$pkgver/contacts.tar.gz")
-sha256sums=('160363afc283b9b29ebca53c1f08e9c96d70f004f35a12781da6c849fbacd861')
-
-package() {
- install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
- cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}
Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 262284, nextcloud-app-contacts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-10 09:16:30 UTC (rev 262285)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=nextcloud-app-contacts
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/"
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz")
+sha256sums=('ce17a7dde519698abb86be987d803913222c6691bf297a1082001344031fd2d9')
+
+package() {
+ install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+ cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}
More information about the arch-commits
mailing list