summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-01-31 23:09:09 +0100
committerAlphaJack2021-01-31 23:09:09 +0100
commit81d0a541ed613104bb3b810494d68a2cf9f1b320 (patch)
tree671f751280433d00abbb731196b677ecb9c5e1a0
parent1ff6a6d6620d15ac6f79b5e6035999083178b541 (diff)
downloadaur-81d0a541ed613104bb3b810494d68a2cf9f1b320.tar.gz
Updated package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db39bca7a34f..9799cd3344ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monica-git
pkgdesc = Personal CRM. Remember everything about your friends, family and business relationships
- pkgver = v2.19.1.r0.g6d809fda1
+ pkgver = v2.19.1.r201.gb9ee79366
pkgrel = 1
url = https://www.monicahq.com/
arch = any
@@ -8,7 +8,6 @@ pkgbase = monica-git
makedepends = composer
depends = php>=7.2
optdepends = mariadb: database
- optdepends = mysql: database
optdepends = apache: web server
optdepends = nginx: web server
optdepends = redis: cache and session driver
diff --git a/PKGBUILD b/PKGBUILD
index 395da59963da..4a9831ecef64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="monica-git"
-pkgver=v2.19.1.r0.g6d809fda1
+pkgver=v2.19.1.r201.gb9ee79366
pkgrel=1
pkgdesc="Personal CRM. Remember everything about your friends, family and business relationships"
url="https://www.monicahq.com/"
@@ -10,7 +10,6 @@ arch=("any")
depends=("php>=7.2")
makedepends=("composer")
optdepends=("mariadb: database"
- "mysql: database"
"apache: web server"
"nginx: web server"
"redis: cache and session driver")
@@ -27,7 +26,7 @@ package(){
cd "monica"
composer install --no-interaction --no-suggest --no-dev --ignore-platform-reqs
- install -d "$pkgdir/usr/share/webapps/monica"
+ install -d "$pkgdir/usr/share/webapps/monica"
cp -r * "$pkgdir/usr/share/webapps/monica"
install -D -m 644 "LICENSE" "$pkgdir/usr/share/licenses/monica/LICENSE"