aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archlinux/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index 5e9489b..86d5d3d 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: GrĂ©goire DuchĂȘne <gduchene@awhk.org>
pkgname=fwdsms
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
arch=(x86_64)
url=https://github.com/gduchene/fwdsms
@@ -24,5 +24,6 @@ package() {
install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
install -Dm644 config_example.yaml ${pkgdir}/etc/${pkgname}.yaml
install -Dm644 systemd/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+ install -Dm644 systemd/${pkgname}.socket ${pkgdir}/usr/lib/systemd/system/${pkgname}.socket
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}