summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie 'Sharky' Schumann2020-07-10 13:58:51 +0200
committerSophie 'Sharky' Schumann2020-07-10 13:58:51 +0200
commit1236dedb70a505d7977addac32bf6c9dda55d759 (patch)
tree77b5bcad4eb3daf7d270f522684fc5eb52931ca8
parent63652043ef10fcae0cc39eafccbd2d1bc7fa9e1e (diff)
downloadaur-revolution-desktop-git.tar.gz
oops 5 meow
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c8ab7e482d..82e2a2c04510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = revolution-desktop-git
pkgdesc = A glossy Matrix collaboration client for the desktop.
pkgver = r9235.99ae606c
- pkgrel = 6
+ pkgrel = 7
url = https://gitlab.eastcoast.hosting/ponies/riot-web
arch = x86_64
license = custom:CSL
diff --git a/PKGBUILD b/PKGBUILD
index 9ca26400962d..1ecdd9e1a4ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=revolution-desktop-git
pkgver=r9235.99ae606c
-pkgrel=6
+pkgrel=7
pkgname=(revolution-web-git revolution-desktop-git)
pkgdesc="A glossy Matrix collaboration client for the desktop."
arch=('x86_64')
@@ -93,8 +93,9 @@ package_revolution-desktop-git() {
# Config file
ln -s /etc/revolution/config.json "${pkgdir}"/etc/webapps/revolution/config.json
- mkdir "${pkgdir}"/etc/revolution/
- install -Tm644 ../riot-web/config.sample.json -t "${pkgdir}"/etc/revolution/config.json
+
+ install -Dm644 ../riot-web/config.sample.json -t "${pkgdir}"/etc/revolution/
+ mv "${pkgdir}"/etc/revolution/config.sample.json "${pkgdir}"/etc/revolution/config.json
# Required extras
install -Dm644 ../revolution-desktop.desktop "${pkgdir}"/usr/share/applications/revolution-desktop.desktop