summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo2020-01-22 10:28:53 +0100
committerDanilo2020-01-22 10:28:53 +0100
commit800f04f4b2eba3ac21990d1261873ae18bf674e8 (patch)
tree3191d825457a0d6c6cbdad318b3a61b2c8c16948 /PKGBUILD
parent1336ec9a99d63a97b4280faab9e0dd94594b7ddc (diff)
downloadaur-800f04f4b2eba3ac21990d1261873ae18bf674e8.tar.gz
Versino 2.3.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ddec7fb23d5..1a207b8d098e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# curl https://keybase.io/threema/pgp_keys.asc | gpg --import
# gpg --lsign E7ADD9914E260E8B35DFB50665FDE935573ACDA6
pkgname=threema-web
-pkgver=2.3.1
+pkgver=2.3.4
pkgrel=1
pkgdesc="The Threema Web client, packaged to run locally on port 4242"
arch=('any')
@@ -24,7 +24,7 @@ source=(
"launch.py"
)
sha256sums=(
- '9ad81beb3686b498d85107b6845a8b7d84e18b4a7bafbb3731485800c7fa1939'
+ 'ae5605de6fcb66643192d29c946dade9806fa4aa7aed876cd17c5d7b2298c7de'
'SKIP'
'1fbf9c4af5548138f75b00d2bd3de462c658db0c14e9897d09b79f8aa235db9e'
'0968289ce31f750834b8f495951e1a29a2971d38e9d4d20213bb2a1f174a2fb1'
@@ -49,9 +49,9 @@ package() {
chown -R root:http ${pkgdir}/opt/threema-web
find "${pkgdir}/opt/threema-web" -type f -exec chmod 640 {} \;
find "${pkgdir}/opt/threema-web" -type d -exec chmod 750 {} \;
- install -Dm644 -o root -g http "${srcdir}/launch.py" "${pkgdir}/opt/threema-web/"
# Install launcher
+ install -Dm644 -o root -g http "${srcdir}/launch.py" "${pkgdir}/opt/threema-web/"
# Install service file
install -Dm640 -o root -g root "${srcdir}/threema-web.service" "${pkgdir}/etc/systemd/system/"