summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoah2022-04-03 16:38:38 -0700
committerNoah2022-04-03 16:38:38 -0700
commit70eb79f6d62e987580ce2e7fd2ad03bf17a13d3a (patch)
treebda7d9db2d35fed7379647636d1451ea8b5b39f4 /PKGBUILD
parent1f20adaea05dac0916c5acefb723913f39259f09 (diff)
downloadaur-70eb79f6d62e987580ce2e7fd2ad03bf17a13d3a.tar.gz
More bug fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f1037ae7ac..83645acbc9bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noah Jelen <noahtjelen@gmail.com>
-# Generated by cargo on April 1, 2022 at 00:59:33
+# Generated by cargo on April 3, 2022 at 16:18:41
pkgname=tmobile-internet-tools
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Set of tools for working with T-Mobile Home Internet gateways"
arch=('i686' 'x86_64')
@@ -33,6 +33,8 @@ package() {
install -Dt "$pkgdir/usr/share/man/man1" man/tmotop.1
install -Dt "$pkgdir/usr/lib/systemd/user" gatewaymon.service
install -Dt "$pkgdir/usr/lib/systemd/system" gatewaymon.service
+ install -Dt "$pkgdir/usr/lib/systemd/user" gatewaymon-debug.service
+ install -Dt "$pkgdir/usr/lib/systemd/system" gatewaymon-debug.service
gzip "$pkgdir/usr/share/man/man1/gatewaymon.1"
gzip "$pkgdir/usr/share/man/man1/tmotop.1"
gzip "$pkgdir/usr/share/man/man1/tmocli.1"