summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b0148f3e0c5..93aa96014c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Jonas Heinrich <onny@project-insanity.org>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-contacts-git
-pkgver=1.4.0.0.r92.g5869e14
+pkgver=3.0.1.r1448.g4bec35b0
pkgrel=1
pkgdesc="Contacts app for Nextcloud"
arch=('any')
@@ -13,7 +14,7 @@ options=('!strip')
provides=('nextcloud-app-contacts')
conflicts=('nextcloud-app-contacts')
source=("git+https://github.com/nextcloud/contacts.git")
-sha512sums=("SKIP")
+sha512sums=('SKIP')
pkgver() {
cd "contacts"
@@ -23,7 +24,12 @@ pkgver() {
build() {
cd "${srcdir}/contacts"
make
- make appstore
+ make build-js-production
+}
+
+check() {
+ cd "${srcdir}/contacts"
+ macke test
}
package() {