summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2021-10-19 21:57:02 +0200
committerAlphaJack2021-10-19 21:57:03 +0200
commit82121388e48e88bbfc21579b8d126c9f53e7d463 (patch)
tree258645da8c8aa0fea6146597de31bac5345dd788 /PKGBUILD
parentcc4e8bc34ef76fb5a6947d702a3f9bd71784e8e3 (diff)
downloadaur-monica-git.tar.gz
Updated monica-git to 3.3.1.r30.g2b37ad1c4 and removed license file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dfee6b1ebc9..7f08b7b6f549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matthew Gamble <git@matthewgamble.net>
pkgname="monica-git"
-pkgver=3.1.3.r39.g06e7af41a
+pkgver=3.3.1.r30.g2b37ad1c4
pkgrel=1
pkgdesc="Personal CRM. Remember everything about your friends, family and business relationships"
url="https://www.monicahq.com/"
@@ -39,7 +39,6 @@ package(){
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"
install -D -o root -g http -m 640 ".env.example" "$pkgdir/etc/webapps/monica/config.env"
ln -s "/etc/webapps/monica/config.env" "$pkgdir/usr/share/webapps/monica/.env"